Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/nptl/
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
/glibc-2.36/sysdeps/generic/
Dlibc-lock.h92 #define __libc_once(ONCE_CONTROL, INIT_FUNCTION) \ argument
101 #define __libc_once_get(ONCE_CONTROL) \ argument
/glibc-2.36/sysdeps/mach/
Dlibc-lock.h205 #define __libc_once(ONCE_CONTROL, INIT_FUNCTION) \ argument
215 #define __libc_once_get(ONCE_CONTROL) ((ONCE_CONTROL).done != 0) argument