Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dthreads_h.c38 MACRO(ONCE_FLAG_INIT); in threads_h()
/bionic/libc/include/
Dthreads.h41 #define ONCE_FLAG_INIT PTHREAD_ONCE_INIT macro
/bionic/tests/
Dthreads_test.cpp71 once_flag flag = ONCE_FLAG_INIT; in TEST()