Searched defs:pthread_once (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A D_pthreadtypes.h50 struct pthread_once;
74 typedef struct pthread_once pthread_once_t;
93 struct pthread_once { struct
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthread.c34 * pthread_once related data
181 * pthread_once: calls given function only once.
185 pthread_once(pthread_once_t *once_control, void (*init_routine)(void)) function
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-thread.h106 points which either calls pthread_once on the first function
121 function only once? Through something modelled on pthread_once
127 For POSIX: Map onto pthread_once facility.
135 in k5-thread.h and k5-platform.h will be converted to pthread_once
439 Linux: Stub mutex routines exist, but pthread_once does not.
441 Solaris: In libc there's a pthread_once that doesn't seem to do
446 address. We now have tests to see if pthread_once actually works,
452 The C library doesn't provide pthread_once; we can use weak
464 # pragma weak pthread_once
475 # define K5_PTHREADS_LOADED (&pthread_once !
459 # pragma weak pthread_once macro
[all...]

Completed in 43 milliseconds