Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/integration/src/threads/
H A Dcnd_test.cpp41 static cnd_t broadcast_cnd, threads_ready_cnd; variable
49 __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()