diff options
author | rpj <rpj> | 2003-09-02 16:15:05 +0000 |
---|---|---|
committer | rpj <rpj> | 2003-09-02 16:15:05 +0000 |
commit | 879bb0613c03b10bdf91aa862c2463b7f9f99087 (patch) | |
tree | 6e91c26a0f16a0e4bfd3ed436f27e470b5db7307 /ptw32_reuse.c | |
parent | a5f3d62017a8e705016d0083a24837d6a56f178d (diff) |
Added cancelation of/from non-POSIX threads; minor fixes; minor changes.snap-2003-09-03
Diffstat (limited to 'ptw32_reuse.c')
-rw-r--r-- | ptw32_reuse.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ptw32_reuse.c b/ptw32_reuse.c index 9b495ce..b407b82 100644 --- a/ptw32_reuse.c +++ b/ptw32_reuse.c @@ -40,13 +40,9 @@ /* * The thread reuse stack is a simple LIFO stack managed through a singly - * linked list element in the pthread_t struct. + * linked list element in the pthread_t_ struct. * * All thread structs on the stack are clean and ready for reuse. - * - * The pthread_t_ struct's prevReuse element can be tested to check for an invalid - * thread ID. A NULL value indicates a valid thread. Applications should use the - * pthread_kill() function with a zero signal value to test for a valid thread ID. */ /* |