HomeSort by: relevance | last modified time | path
    Searched refs:pthread__self (Results 1 - 11 of 11) sorted by relevancy

  /src/lib/libpthread/
pthread_cancelstub.c 166 self = pthread__self();
180 self = pthread__self();
195 self = pthread__self();
210 self = pthread__self();
224 self = pthread__self();
238 self = pthread__self();
253 self = pthread__self();
269 self = pthread__self();
283 self = pthread__self();
297 self = pthread__self();
    [all...]
pthread_specific.c 65 self = pthread__self();
81 return pthread__self()->pt_specific[key].pts_value;
91 const int curcpu = pthread__self()->pt_lwpctl->lc_curcpu;
pthread_spin.c 99 self = pthread__self();
115 self = pthread__self();
129 self = pthread__self();
pthread_rwlock.c 190 self = pthread__self();
284 self = pthread__self();
379 self = pthread__self();
467 self = pthread__self();
513 self = pthread__self();
617 return (owner & RW_THREAD) == (uintptr_t)pthread__self();
635 ((uintptr_t)pthread__self() | RW_WRITE_LOCKED);
pthread_barrier.c 95 self = pthread__self();
pthread_lock.c 152 self = pthread__self();
res_state.c 72 pthread_t self = pthread__self();
pthread.c 189 struct __pthread_st *self = pthread__self();
449 * is set to true, pthread__self()->pt_lid should have
454 _lwp_park(CLOCK_REALTIME, 0, NULL, pthread__self()->pt_lid,
621 self = pthread__self();
657 self = pthread__self();
711 self = pthread__self();
871 return pthread__self();
922 self = pthread__self();
997 self = pthread__self();
1042 self = pthread__self();
    [all...]
pthread_mutex.c 210 self = pthread__self();
230 self = pthread__self();
284 self = pthread__self();
407 self = pthread__self();
455 self = pthread__self();
768 return MUTEX_OWNER(ptm->ptm_owner) == (uintptr_t)pthread__self();
pthread_cond.c 143 self = pthread__self();
pthread_int.h 267 pthread__self(void) function in typeref:typename:pthread_t __constfunc

Completed in 18 milliseconds