Searched refs:_pthread_self (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_self.c38 __weak_reference(_pthread_self, pthread_self);
41 _pthread_self(void) function
H A Dthr_main_np.c49 return (_pthread_equal(_pthread_self(), _thr_initial) ? 1 : 0);
H A Dthr_init.c257 {DUAL_ENTRY(_pthread_self)}, /* PJT_SELF */
/freebsd-10.2-release/lib/libkse/thread/
H A Dthr_self.c37 __weak_reference(_pthread_self, pthread_self);
40 _pthread_self(void) function
H A Dthr_main_np.c48 return (_pthread_equal(_pthread_self(), _thr_initial) ? 1 : 0);
H A Dthr_raise.c50 ret = _pthread_kill(_pthread_self(), sig);
H A Dthr_pspinlock.c90 struct pthread *self = _pthread_self();
104 lck->s_owner = _pthread_self();
115 struct pthread *self = _pthread_self();
154 if (lck->s_owner != _pthread_self())
H A Dthr_init.c218 {DUAL_ENTRY(_pthread_self)}, /* PJT_SELF */
H A Dthr_private.h1140 struct pthread *_pthread_self(void);
/freebsd-10.2-release/lib/libc/stdio/
H A D_flock_stub.c61 pthread_t curthread = _pthread_self();
88 pthread_t curthread = _pthread_self();
109 pthread_t curthread = _pthread_self();
/freebsd-10.2-release/lib/libc/include/
H A Dreentrant.h126 #define thr_self() _pthread_self()
H A Dnamespace.h184 #define pthread_self _pthread_self

Completed in 196 milliseconds