Home
last modified time | relevance | path

Searched defs:ONCE_CONTROL (Results 1 – 3 of 3) sorted by relevance

/sysdeps/nptl/
A Dlibc-lockP.h150 # define __libc_once(ONCE_CONTROL, INIT_FUNCTION) \ argument
153 # define __libc_once(ONCE_CONTROL, INIT_FUNCTION) \ argument
158 #define __libc_once_get(ONCE_CONTROL) ((ONCE_CONTROL) != PTHREAD_ONCE_INIT) argument
/sysdeps/generic/
A Dlibc-lock.h92 #define __libc_once(ONCE_CONTROL, INIT_FUNCTION) \ argument
101 #define __libc_once_get(ONCE_CONTROL) \ argument
/sysdeps/mach/
A Dlibc-lock.h205 #define __libc_once(ONCE_CONTROL, INIT_FUNCTION) \ argument
215 #define __libc_once_get(ONCE_CONTROL) ((ONCE_CONTROL).done != 0) argument

Completed in 5 milliseconds