Home
last modified time | relevance | path

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; in __audit_syslog() local
74 (void) pthread_once(&once_control, init_syslog_mutex); in __audit_syslog()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthread.c193 pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once() argument
195 __once_t *once = (__once_t *)once_control; in pthread_once()