Home | History | Annotate | Download | only in tests

Lines Matching full:barrier

2 initialise a barrier with zero count
21 initialise a barrier twice
24 Thread #x: pthread_barrier_init: barrier is already initialised
29 initialise a barrier which has threads waiting on it
32 Thread #x: pthread_barrier_init: barrier is already initialised
38 Thread #x: pthread_barrier_init: threads are waiting at barrier
43 destroy a barrier that has waiting threads
46 Thread #x: pthread_barrier_destroy: threads are waiting at barrier
58 destroy a barrier that was never initialised
61 Thread #x: pthread_barrier_destroy: barrier was never initialised