Searched refs:__thr_pshared_offpage (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/lib/libthr/thread/
H A Dthr_pspinlock.c66 lck = __thr_pshared_offpage(lock, 1);
86 l = __thr_pshared_offpage(lock, 0);
105 lck = *lock == THR_PSHARED_PTR ? __thr_pshared_offpage(lock, 0) : *lock;
120 lck = *lock == THR_PSHARED_PTR ? __thr_pshared_offpage(lock, 0) : *lock;
149 lck = *lock == THR_PSHARED_PTR ? __thr_pshared_offpage(lock, 0) : *lock;
H A Dthr_barrier.c55 bar = __thr_pshared_offpage(barrier, 0);
113 bar = __thr_pshared_offpage(barrier, 1);
142 bar = __thr_pshared_offpage(barrier, 0);
H A Dthr_rwlock.c79 prwlock = __thr_pshared_offpage(rwlock, 0);
110 prwlock = __thr_pshared_offpage(rwlock, 1);
371 prwlock = __thr_pshared_offpage(rwlock, 0);
H A Dthr_cond.c106 cvp = __thr_pshared_offpage(cond, 1);
138 cvp = __thr_pshared_offpage(cond, 0); \
170 cvp = __thr_pshared_offpage(cond, 0);
363 mp = __thr_pshared_offpage(mutex, 0);
H A Dthr_mutex.c397 pmtx = __thr_pshared_offpage(__DECONST(void *, mutex), 1);
474 m1 = __thr_pshared_offpage(mutex, 0);
597 *m = __thr_pshared_offpage(mutex, 0);
776 mp = __thr_pshared_offpage(mutex, 0);
1011 m = __thr_pshared_offpage(__DECONST(void *, mutex), 0);
1036 m = __thr_pshared_offpage(mutex, 0);
1147 m = __thr_pshared_offpage(mutex, 0);
1180 m = __thr_pshared_offpage(mutex, 0);
H A Dthr_pshared.c225 __thr_pshared_offpage(void *key, int doalloc) function
H A Dthr_private.h1010 void *__thr_pshared_offpage(void *key, int doalloc) __hidden;

Completed in 144 milliseconds