Home
last modified time | relevance | path

Searched defs:call_once (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/bits/
Dthreads_inlines.h51 __BIONIC_THREADS_INLINE void call_once(once_flag* __flag, in call_once() function
/bionic/tests/
Dthreads_test.cpp67 TEST(threads, call_once) { in TEST() argument