Searched refs:pthread_once (Results 1 – 17 of 17) sorted by relevance
| /titanic_53/usr/src/boot/sys/sys/ |
| H A D | _pthreadtypes.h | 50 struct pthread_once; 74 typedef struct pthread_once pthread_once_t; 93 struct pthread_once { struct
|
| /titanic_53/usr/src/uts/common/gssapi/mechs/krb5/include/ |
| H A D | k5-thread.h | 459 # pragma weak pthread_once macro 470 # define K5_PTHREADS_LOADED (&pthread_once != 0) 512 ? pthread_once(&(O)->o,F) \ 517 # define k5_once pthread_once
|
| /titanic_53/usr/src/lib/gss_mechs/mech_krb5/support/ |
| H A D | threads.c | 141 || &pthread_once == 0 in krb5int_pthread_loaded() 156 || pthread_once(&loaded_test_once, loaded_test_aux) != 0 in krb5int_pthread_loaded() 157 || pthread_once(&loaded_test_once, loaded_test_aux) != 0 in krb5int_pthread_loaded()
|
| /titanic_53/usr/src/lib/libc/port/rt/ |
| H A D | clock_timer.c | 90 (void) pthread_once(&timer_once, timer_init); in timer_create()
|
| /titanic_53/usr/src/lib/libbsm/common/ |
| H A D | audit_plugin.c | 74 (void) pthread_once(&once_control, init_syslog_mutex); in __audit_syslog()
|
| /titanic_53/usr/src/lib/libc/port/threads/ |
| H A D | c11_thr.c | 42 if (pthread_once(flag, func) != 0) in call_once()
|
| H A D | pthread.c | 185 pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) in pthread_once() function
|
| /titanic_53/usr/src/head/ |
| H A D | pthread.h | 220 extern int pthread_once(pthread_once_t *, void (*)(void));
|
| /titanic_53/usr/src/lib/libsysevent/ |
| H A D | libevchannel.c | 390 (void) pthread_once(&xsub_thrattr_once, xsub_thrattr_init); in xsub_door_server_create() 610 (void) pthread_once(&dfltsa_inited, init_dfltsa); in sysevent_evc_xsubscribe()
|
| H A D | libsysevent.c | 2070 (void) pthread_once(&xdoor_thrattr_once, xdoor_thrattr_init); in xdoor_server_create()
|
| /titanic_53/usr/src/lib/libpthread/common/ |
| H A D | mapfile-vers | 197 pthread_once { TYPE = FUNCTION };
|
| /titanic_53/usr/src/lib/c_synonyms/ |
| H A D | syn_common | 666 pthread_once
|
| /titanic_53/usr/src/lib/libthread/common/ |
| H A D | mapfile-vers | 204 pthread_once { TYPE = FUNCTION };
|
| /titanic_53/usr/src/lib/auditd_plugins/remote/ |
| H A D | transport.c | 773 (void) pthread_once(&recv_once_control, init_recv_record); in send_record()
|
| /titanic_53/usr/src/lib/libc/port/ |
| H A D | mapfile-vers | 1513 pthread_once;
|
| /titanic_53/usr/src/man/man3c/ |
| H A D | Makefile | 348 pthread_once.3c \
|
| /titanic_53/usr/src/pkg/manifests/ |
| H A D | system-library.man3c.inc | 343 file path=usr/share/man/man3c/pthread_once.3c
|