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

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_spinlock.c68 _extra = lck->thr_extra;
81 if (lck->thr_extra == NULL)
83 _extra = lck->thr_extra;
93 if ((lck->thr_extra == NULL) && (spinlock_count < MAX_SPINLOCKS)) {
94 lck->thr_extra = &extra[spinlock_count];
100 if (lck->thr_extra == NULL)
/freebsd-11-stable/lib/libc/include/
H A Dspinlock.h46 void *thr_extra; member in struct:_spinlock

Completed in 103 milliseconds