Searched refs:_thr_setspecific (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_spec.c56 __weak_reference(_thr_setspecific, pthread_setspecific);
57 __weak_reference(_thr_setspecific, _pthread_setspecific);
171 _thr_setspecific(pthread_key_t userkey, const void *value) function
H A Dthr_init.c263 [PJT_SETSPECIFIC] = {DUAL_ENTRY(_thr_setspecific)},
H A Dthr_private.h1078 int _thr_setspecific(pthread_key_t, const void *);

Completed in 162 milliseconds