Changeset 640 for trunk/libs/libpthread
- Timestamp:
- Oct 1, 2019, 1:19:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libs/libpthread/pthread.h
r637 r640 214 214 /********************************************************************************************* 215 215 * This function synchronizes participating threads at the barrier referenced by <barrier>. 216 * The calling is blocked until the required number of threads have called the function217 * pthread_barrier_wait() specifying the barrier.216 * The calling thread is blocked until the required number of threads have called the 217 * function pthread_barrier_wait() specifying the barrier. 218 218 * When the required number of threads have called pthread_barrier_wait(), the constant 219 219 * PTHREAD_BARRIER_SERIAL_THREAD is returned to one unspecified thread and zero is returned
Note: See TracChangeset
for help on using the changeset viewer.