Searched defs:once_control (Results 1 – 2 of 2) sorted by relevance
70 static pthread_once_t once_control = PTHREAD_ONCE_INIT; in __audit_syslog() local
158 pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once()