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

/illumos-gate/usr/src/uts/common/sys/
H A Dtimer.h92 #define it_lwp __data.__proc.__it_lwp macro
/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c687 it->it_lwp = ttolwp(curthread);
851 if ((it->it_lock & ITLK_REMOVE) || it->it_lwp != lwp) {
863 * null out the it_lwp field; if the LWP was bound to a CPU,
867 it->it_lwp = NULL;
895 if (!(it->it_lock & ITLK_REMOVE) && it->it_lwp == lwp) {

Completed in 58 milliseconds