Home
last modified time | relevance | path

Searched refs:pthread_once_t (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/head/
H A Dthreads.h54 typedef pthread_once_t once_flag;
H A Dpthread.h219 extern int pthread_once(pthread_once_t *, void (*)(void));
/titanic_50/usr/src/lib/libc/port/rt/
H A Dclock_timer.c53 static pthread_once_t timer_once = PTHREAD_ONCE_INIT;
/titanic_50/usr/src/lib/libbsm/common/
H A Daudit_plugin.c70 static pthread_once_t once_control = PTHREAD_ONCE_INIT; in __audit_syslog()
/titanic_50/usr/src/lib/libast/common/sfio/
H A Dvthread.h53 typedef pthread_once_t _vtonce_t;
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-thread.h507 pthread_once_t o;
515 typedef pthread_once_t k5_once_t;
/titanic_50/usr/src/lib/libc/port/threads/
H A Dpthread.c158 pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once()
/titanic_50/usr/src/lib/libsysevent/
H A Dlibevchannel.c350 static pthread_once_t xsub_thrattr_once = PTHREAD_ONCE_INIT;
587 pthread_once_t dfltsa_inited = PTHREAD_ONCE_INIT;
H A Dlibsysevent.c2043 static pthread_once_t xdoor_thrattr_once = PTHREAD_ONCE_INIT;
/titanic_50/usr/src/uts/common/sys/
H A Dtypes.h489 } pthread_once_t; typedef
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dthreads.c131 static pthread_once_t loaded_test_once = PTHREAD_ONCE_INIT;
/titanic_50/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c67 static pthread_once_t recv_once_control = PTHREAD_ONCE_INIT;