Home
last modified time | relevance | path

Searched refs:thread_adaptive_spin (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h731 extern int thread_adaptive_spin;
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c1169 thread_adaptive_spin = value; in etest()
1479 self->ul_adaptive_spin = thread_adaptive_spin; in libc_init()
H A Dsynch.c98 int thread_adaptive_spin = 1000; variable