Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h623 #define PAUSE_DIE 3 /* tell pause thread to leave */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c796 ASSERT((curthread->t_bound_cpu != NULL) || (*safe == PAUSE_DIE)); in cpu_pause()
798 while (*safe != PAUSE_DIE) { in cpu_pause()
919 safe_list[cpun] = PAUSE_DIE; in cpu_pause_free()