Home
last modified time | relevance | path

Searched refs:waiting_threads (Results 1 – 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dcnd_broadcast.c22 static unsigned int waiting_threads; variable
29 ++waiting_threads; in child_wait()
62 if (waiting_threads > N) { in cnd_broadcast_0100()
65 bool done_waiting = waiting_threads == N; in cnd_broadcast_0100()