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

/barrelfish-master/include/sys/
H A D_pthreadtypes.h73 typedef int pthread_key_t; typedef
/barrelfish-master/lib/libc/include/
H A Dnss_tls.h40 static pthread_key_t name##_state_key; \
H A Dreentrant.h92 #define thread_key_t pthread_key_t
/barrelfish-master/lib/bomp/backends/
H A Dlinux.c41 static pthread_key_t pthread_key;
/barrelfish-master/lib/libc/resolv/
H A Dmtctxres.c19 static pthread_key_t key;
/barrelfish-master/include/
H A Dpthread.h219 void *pthread_getspecific(pthread_key_t);
222 int pthread_key_create(pthread_key_t *,
224 int pthread_key_delete(pthread_key_t);
285 int pthread_setspecific(pthread_key_t, const void *);
/barrelfish-master/lib/posixcompat/
H A Dpthreads.c70 static pthread_key_t key_index = 0;
85 for(pthread_key_t i = 0; i < key_index; i++) {
172 void *pthread_getspecific(pthread_key_t key)
181 int pthread_setspecific(pthread_key_t key, const void *val)
402 int pthread_key_create(pthread_key_t *key,
423 int pthread_key_delete(pthread_key_t key)
/barrelfish-master/lib/libc/gen/
H A D_pthread_stubs.c223 STUB_FUNC1(pthread_getspecific, PJT_GETSPECIFIC, void *, pthread_key_t)
225 STUB_FUNC1(pthread_key_delete, PJT_KEY_DELETE, int, pthread_key_t)
249 STUB_FUNC2(pthread_setspecific, PJT_SETSPECIFIC, int, pthread_key_t, void *)
/barrelfish-master/lib/libc/locale/
H A Dxlocale.c113 static pthread_key_t locale_info_key;
/barrelfish-master/lib/libc/net/
H A Dnss_compat.c53 static pthread_key_t _term_key_##x; \
/barrelfish-master/lib/compiler-rt/builtins/
H A Demutls.c53 static pthread_key_t emutls_pthread_key;
/barrelfish-master/lib/tzcode/stdtime/
H A Dlocaltime.c243 static pthread_key_t gmtime_key;
246 static pthread_key_t localtime_key;
/barrelfish-master/lib/thc/
H A Dthc.c1763 pthread_key_t TlsKey = 0;
/barrelfish-master/lib/phoenix/
H A Dmap_reduce.c177 static pthread_key_t emit_time_key;

Completed in 109 milliseconds