Searched refs:once_control (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_plugin.c70 static pthread_once_t once_control = PTHREAD_ONCE_INIT; local
74 (void) pthread_once(&once_control, init_syslog_mutex);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthread.c185 pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) argument
187 __once_t *once = (__once_t *)once_control;

Completed in 61 milliseconds