diff options
author | rpj <rpj> | 2001-07-10 08:38:43 +0000 |
---|---|---|
committer | rpj <rpj> | 2001-07-10 08:38:43 +0000 |
commit | 5865dd7b74b0b23eb178249bfd5a000cc929f147 (patch) | |
tree | 348b5d16177ee0adcd9cfd00c948384facfe4965 /spin.c | |
parent | 1d99828acf48bc6d5a81aadc6123e5172dfc355d (diff) |
Untested revamp of barrier.c.
* barrier.c: Still more revamping. The exclusive access
mutex isn't really needed so it has been removed and replaced
by an InterlockedDecrement(). nSerial has been removed.
iStep is now dual-purpose. The process shared attribute
is now stored in the barrier struct.
* implement.h (pthread_barrier_t_): Lost some/gained one
elements.
* private.c (ptw32_threadStart): Removed some comments.
Diffstat (limited to 'spin.c')
-rw-r--r-- | spin.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ * spin.c * * Description: - * This translation unit implements spin locks primitives. + * This translation unit implements spin lock primitives. * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright (C) 1998 |