Searched refs:threads_ready_cnd (Results 1 – 1 of 1) sorted by relevance
41 static cnd_t broadcast_cnd, threads_ready_cnd; variable49 __llvm_libc::cnd_signal(&threads_ready_cnd); in broadcast_thread_func()61 __llvm_libc::cnd_init(&threads_ready_cnd); in wait_notify_broadcast_test()70 __llvm_libc::cnd_wait(&threads_ready_cnd, &threads_ready_mtx); in wait_notify_broadcast_test()87 __llvm_libc::cnd_destroy(&threads_ready_cnd); in wait_notify_broadcast_test()