Searched refs:_pthread_setspecific (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/lib/libc/include/
H A Dnss_tls.h70 rv = _pthread_setspecific(name##_state_key, *p); \
H A Dreentrant.h121 #define thr_setspecific(k, p) _pthread_setspecific(k, p)
H A Dnamespace.h192 #define pthread_setspecific _pthread_setspecific
/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_spec.c47 __weak_reference(_pthread_setspecific, pthread_setspecific);
174 _pthread_setspecific(pthread_key_t key, const void *value) function
H A Dthr_init.c119 &_pthread_setspecific,
150 &_pthread_setspecific,
221 {DUAL_ENTRY(_pthread_setspecific)}, /* PJT_SETSPECIFIC */
H A Dthr_private.h1141 int _pthread_setspecific(pthread_key_t, const void *);
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_spec.c49 __weak_reference(_pthread_setspecific, pthread_setspecific);
182 _pthread_setspecific(pthread_key_t userkey, const void *value) function
H A Dthr_init.c155 STATIC_LIB_REQUIRE(_pthread_setspecific); variable
185 STATIC_LIB_REQUIRE(_pthread_setspecific); variable
259 {DUAL_ENTRY(_pthread_setspecific)}, /* PJT_SETSPECIFIC */
/freebsd-10.1-release/lib/libkse/
H A Dkse.map299 _pthread_setspecific;
/freebsd-10.1-release/lib/libthr/
H A Dpthread.map333 _pthread_setspecific;
/freebsd-10.1-release/lib/libc/net/
H A Dnss_compat.c68 (void)_pthread_setspecific(_term_key_##x, y); \
/freebsd-10.1-release/lib/libc/gen/
H A DSymbol.map475 _pthread_setspecific;
/freebsd-10.1-release/contrib/tzcode/stdtime/
H A Dlocaltime.c1459 _pthread_setspecific(localtime_key, p_tm);
1564 _pthread_setspecific(gmtime_key, p_tm);

Completed in 73 milliseconds