Internal structure to store the list of waiting threads. More...
Internal structure to store the list of waiting threads.
Definition at line 44 of file pthread_barrier.h.
#include <pthread_barrier.h>
Data Fields | |
struct pthread_barrier_waiting_node * | next |
The next waiting thread. | |
kernel_pid_t | pid |
The current thread to wake up. | |
volatile int | cont |
0 = spurious wake up, 1 = wake up | |