Home
last modified time | relevance | path

Searched refs:thr_extra (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_spinlock.c67 _extra = lck->thr_extra; in __thr_spinunlock()
80 if (lck->thr_extra == NULL) in __thr_spinlock()
82 _extra = lck->thr_extra; in __thr_spinlock()
92 if ((lck->thr_extra == NULL) && (spinlock_count < MAX_SPINLOCKS)) { in init_spinlock()
93 lck->thr_extra = &extra[spinlock_count]; in init_spinlock()
99 if (lck->thr_extra == NULL) in init_spinlock()
/freebsd/lib/libc/include/
H A Dspinlock.h45 void *thr_extra; member