Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/integration/src/threads/
H A Dcall_once_test.cpp59 static mtx_t once_func_blocker; variable
61 __llvm_libc::mtx_lock(&once_func_blocker); in blocking_once_func()
62 __llvm_libc::mtx_unlock(&once_func_blocker); in blocking_once_func()
82 ASSERT_EQ(__llvm_libc::mtx_init(&once_func_blocker, mtx_plain), in test_synchronization()
85 ASSERT_EQ(__llvm_libc::mtx_lock(&once_func_blocker), in test_synchronization()
101 ASSERT_EQ(__llvm_libc::mtx_unlock(&once_func_blocker), in test_synchronization()
114 __llvm_libc::mtx_destroy(&once_func_blocker); in test_synchronization()