Searched refs:__libc_once_get (Results 1 – 4 of 4) sorted by relevance
101 #define __libc_once_get(ONCE_CONTROL) \ macro
215 #define __libc_once_get(ONCE_CONTROL) ((ONCE_CONTROL).done != 0) macro
158 #define __libc_once_get(ONCE_CONTROL) ((ONCE_CONTROL) != PTHREAD_ONCE_INIT) macro
2447 if (__libc_once_get (old_once) && gaiconf_reload_flag) in getaddrinfo()
Completed in 10 milliseconds