Searched refs:threads_ready_mtx (Results 1 – 1 of 1) sorted by relevance
42 static mtx_t broadcast_mtx, threads_ready_mtx; variable48 __llvm_libc::mtx_lock(&threads_ready_mtx); in broadcast_thread_func()50 __llvm_libc::mtx_unlock(&threads_ready_mtx); in broadcast_thread_func()63 __llvm_libc::mtx_init(&threads_ready_mtx, mtx_plain); in wait_notify_broadcast_test()65 __llvm_libc::mtx_lock(&threads_ready_mtx); in wait_notify_broadcast_test()70 __llvm_libc::cnd_wait(&threads_ready_cnd, &threads_ready_mtx); in wait_notify_broadcast_test()71 __llvm_libc::mtx_unlock(&threads_ready_mtx); in wait_notify_broadcast_test()89 __llvm_libc::mtx_destroy(&threads_ready_mtx); in wait_notify_broadcast_test()