Home
last modified time | relevance | path

Searched refs:pthread_key_create_once_np (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/common/
H A Dcommon.c35 if (pthread_key_create_once_np(keyp, destructor) != 0) in thr_get_storage()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c198 (void) pthread_key_create_once_np(&tcp_key, free); in __rpc_getconfip()
200 (void) pthread_key_create_once_np(&udp_key, free); in __rpc_getconfip()
H A Drpc_soc.c490 (void) pthread_key_create_once_np(&clnt_broadcast_key, NULL); in clnt_broadcast()
/illumos-gate/usr/src/lib/libscf/common/
H A Derror.c92 return (pthread_key_create_once_np(&scf_error_key, NULL) == 0); in scf_setup_error()
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_util.c97 (void) pthread_key_create_once_np(&fmev_tsdkey, in fmev_api_enter()
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_misc.c80 if (pthread_key_create_once_np(&uu_error_key, NULL) != 0) in uu_set_error()
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_threadfuncs.c87 if ((rc = pthread_key_create_once_np(&adutils_lderrno_key, in adutils_set_thread_functions()
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c137 if (pthread_key_create_once_np(&tsd_key, NULL) != 0) in get_thread_specific_data()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dtsd.c156 #pragma weak pthread_key_create_once_np = thr_keycreate_once macro
H A Ddoor_calls.c227 (void) pthread_key_create_once_np(&privdoor_key, in door_create_cmn()
/illumos-gate/usr/src/head/
H A Dpthread.h247 extern int pthread_key_create_once_np(pthread_key_t *, void (*)(void *));
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common641 pthread_key_create_once_np
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibevchannel.c480 if (pthread_key_create_once_np(&nrkey, NULL) != 0) in sysevent_evc_subscribe_cmn()
/illumos-gate/usr/src/man/man3c/
H A DMakefile1129 pthread_key_create_once_np.3c \
2235 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) { in sasl_errstring()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers652 pthread_key_create_once_np;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc931 link path=usr/share/man/man3c/pthread_key_create_once_np.3c \