Searched refs:pthread_key_create_once_np (Results 1 – 18 of 18) sorted by relevance
/titanic_50/usr/src/lib/libnsl/common/ |
H A D | common.c | 37 if (pthread_key_create_once_np(keyp, destructor) != 0) in thr_get_storage()
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | rpc_generic.c | 200 (void) pthread_key_create_once_np(&tcp_key, free); in __rpc_getconfip() 202 (void) pthread_key_create_once_np(&udp_key, free); in __rpc_getconfip()
|
H A D | rpc_soc.c | 492 (void) pthread_key_create_once_np(&clnt_broadcast_key, NULL); in clnt_broadcast()
|
/titanic_50/usr/src/lib/libscf/common/ |
H A D | error.c | 91 return (pthread_key_create_once_np(&scf_error_key, NULL) == 0); in scf_setup_error()
|
/titanic_50/usr/src/lib/fm/libfmevent/common/ |
H A D | fmev_util.c | 97 (void) pthread_key_create_once_np(&fmev_tsdkey, in fmev_api_enter()
|
/titanic_50/usr/src/lib/libuutil/common/ |
H A D | uu_misc.c | 80 if (pthread_key_create_once_np(&uu_error_key, NULL) != 0) in uu_set_error()
|
/titanic_50/usr/src/cmd/svc/common/ |
H A D | manifest_find.c | 137 if (pthread_key_create_once_np(&tsd_key, NULL) != 0) in get_thread_specific_data()
|
/titanic_50/usr/src/lib/libadutils/common/ |
H A D | adutils_threadfuncs.c | 87 if ((rc = pthread_key_create_once_np(&adutils_lderrno_key, in adutils_set_thread_functions()
|
/titanic_50/usr/src/head/ |
H A D | pthread.h | 233 extern int pthread_key_create_once_np(pthread_key_t *, void (*)(void *));
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | tsd.c | 158 #pragma weak pthread_key_create_once_np = thr_keycreate_once macro
|
H A D | door_calls.c | 227 (void) pthread_key_create_once_np(&privdoor_key, in door_create_cmn()
|
/titanic_50/usr/src/lib/libsysevent/ |
H A D | libevchannel.c | 480 if (pthread_key_create_once_np(&nrkey, NULL) != 0) in sysevent_evc_subscribe_cmn()
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 641 pthread_key_create_once_np
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 1078 pthread_key_create_once_np.3c \ 2121 pthread_key_create_once_np.3c := LINKSRC = pthread_key_create.3c
|
/titanic_50/usr/src/lib/libsasl/lib/ |
H A D | common.c | 1203 if (pthread_key_create_once_np(&errstring_key, free_err_tsd) != 0) { in sasl_errstring()
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 528 pthread_key_create_once_np;
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1108 link path=usr/share/man/man3c/pthread_key_create_once_np.3c \
|
/titanic_50/ |
H A D | .gitignore | 5106 usr/src/man/man3c/pthread_key_create_once_np.3c
|