Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dclock_tick.c338 thread_free_allow(t); in clock_tick_process()
353 thread_free_allow(t); in clock_tick_process()
364 thread_free_allow(t); in clock_tick_process()
378 thread_free_allow(t); in clock_tick_process()
388 thread_free_allow(t); in clock_tick_process()
397 thread_free_allow(t); in clock_tick_process()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h574 extern void thread_free_allow(kthread_t *);
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c694 thread_free_allow(kthread_t *t) in thread_free_allow() function