Searched refs:pthread_key_create_once_np (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/common/
H A Dcommon.c37 if (pthread_key_create_once_np(keyp, destructor) != 0)
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_util.c97 (void) pthread_key_create_once_np(&fmev_tsdkey,
/illumos-gate/usr/src/lib/libscf/common/
H A Derror.c91 return (pthread_key_create_once_np(&scf_error_key, NULL) == 0);
99 * to a version of libc that provides pthread_key_create_once_np().
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_misc.c49 * to a version of libc that provides pthread_key_create_once_np().
80 if (pthread_key_create_once_np(&uu_error_key, NULL) != 0)
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c137 if (pthread_key_create_once_np(&tsd_key, NULL) != 0)
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_threadfuncs.c87 if ((rc = pthread_key_create_once_np(&adutils_lderrno_key,
90 "pthread_key_create_once_np failed (%s)",
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c200 (void) pthread_key_create_once_np(&tcp_key, free);
202 (void) pthread_key_create_once_np(&udp_key, free);
H A Drpc_soc.c492 (void) pthread_key_create_once_np(&clnt_broadcast_key, NULL);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dtsd.c156 * pthread_key_create_once_np(&key, destructor);
158 #pragma weak pthread_key_create_once_np = thr_keycreate_once macro
H A Ddoor_calls.c227 (void) pthread_key_create_once_np(&privdoor_key,
/illumos-gate/usr/src/head/
H A Dpthread.h133 * The key to be created by pthread_key_create_once_np()
229 extern int pthread_key_create_once_np(pthread_key_t *, void (*)(void *));
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibevchannel.c480 if (pthread_key_create_once_np(&nrkey, NULL) != 0)
/illumos-gate/usr/src/man/man3c/
H A DMakefile1076 pthread_key_create_once_np.3c \
2113 pthread_key_create_once_np.3c := LINKSRC = pthread_key_create.3c
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c1203 if (pthread_key_create_once_np(&errstring_key, free_err_tsd) != 0) {

Completed in 94 milliseconds