diff options
author | rpj <rpj> | 2005-05-08 16:55:02 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-05-08 16:55:02 +0000 |
commit | ac8e3d247fa03af61b5411f92508481e7c3f49f8 (patch) | |
tree | f5d9c2a8bc58a2e6135e8aa2b207daab23de14a7 /manual | |
parent | 7523c7c4d75652f67cd31cb123e1268790394c8b (diff) |
''
Diffstat (limited to 'manual')
-rw-r--r-- | manual/pthread_key_create.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/pthread_key_create.html b/manual/pthread_key_create.html index 2d2a183..9d9e004 100644 --- a/manual/pthread_key_create.html +++ b/manual/pthread_key_create.html @@ -70,7 +70,7 @@ might, however, re-associate non- <B>NULL</B> values to that key or some other key. To deal with this, if after all the destructors have been called for all non- <B>NULL</B> values, there are still some non- <B>NULL</B> values with associated destructors, then the process -is repeated. The LinuxThreads implementation stops the process after +is repeated. The <B>Pthreads-w32</B> implementation stops the process after <B>PTHREAD_DESTRUCTOR_ITERATIONS</B> iterations, even if some non- <B>NULL</B> values with associated descriptors remain. Other implementations may loop indefinitely. |