diff options
-rw-r--r-- | manual/pthread_win32_test_features_np.html | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/manual/pthread_win32_test_features_np.html b/manual/pthread_win32_test_features_np.html index 908bb77..1d8e112 100644 --- a/manual/pthread_win32_test_features_np.html +++ b/manual/pthread_win32_test_features_np.html @@ -5,7 +5,7 @@ <TITLE>PTHREAD_WIN32_TEST_FEATURES_NP manual page</TITLE> <META NAME="GENERATOR" CONTENT="OpenOffice.org 1.1.3 (Linux)"> <META NAME="CREATED" CONTENT="20050505;322600"> - <META NAME="CHANGED" CONTENT="20050505;22310200"> + <META NAME="CHANGED" CONTENT="20050510;17405600"> <!-- manual page source format generated by PolyglotMan v3.2, --> <!-- available at http://polyglotman.sourceforge.net/ --> </HEAD> @@ -34,17 +34,13 @@ InterlockedExchange() and InterlockedCompareExchange().</P> <P STYLE="margin-left: 2cm">Return TRUE if the QueueUserAPCEx package QUSEREX.DLL and the AlertDrv.sys driver was detected. This package provides alertable (pre-emptive) asynchronous threads cancellation. -If this feature returns FALSE then the default async cancel scheme -is in use, which cannot cancel blocked threads.</P> -<P>Features may be OR'ed into the mask parameter, in which case the -routine returns TRUE if any of the OR'ed features would -return TRUE. At this stage it doesn't make sense to OR features but -it may some day.</P> +If this feature returns FALSE then the default async cancel scheme is +in use, which cannot cancel blocked threads.</P> <H2><A HREF="#toc3" NAME="sect3">Cancellation</A></H2> <P>None.</P> <H2><A HREF="#toc4" NAME="sect4"><FONT COLOR="#000080">Return Value</FONT></A></H2> <P><B>pthread_win32_test_features_np</B> returns TRUE (non-zero) if -any of the specified features is present, and FALSE (0) otherwise.</P> +the specified feature is present, and FALSE (0) otherwise.</P> <H2><A HREF="#toc5" NAME="sect5">Errors</A></H2> <P>None.</P> <H2><A HREF="#toc6" NAME="sect6">Author</A></H2> @@ -69,4 +65,4 @@ any of the specified features is present, and FALSE (0) otherwise.</P> </P> </UL> </BODY> -</HTML> +</HTML>
\ No newline at end of file |