Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dtimer.c678 it->it_lwp = ttolwp(curthread); in timer_create()
842 if ((it->it_lock & ITLK_REMOVE) || it->it_lwp != lwp) { in timer_lwpexit()
858 it->it_lwp = NULL; in timer_lwpexit()
886 if (!(it->it_lock & ITLK_REMOVE) && it->it_lwp == lwp) { in timer_lwpbind()
/titanic_41/usr/src/uts/common/sys/
H A Dtimer.h65 klwp_t *it_lwp; member