pthread_barrier_waiting_node Struct Reference

Internal structure to store the list of waiting threads. More...

Detailed Description

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_nodenext
 The next waiting thread.
 
kernel_pid_t pid
 The current thread to wake up.
 
volatile int cont
 0 = spurious wake up, 1 = wake up
 

The documentation for this struct was generated from the following file: