Searched refs:it_lwp (Results 1 – 2 of 2) sorted by relevance
687 it->it_lwp = ttolwp(curthread); in timer_create()851 if ((it->it_lock & ITLK_REMOVE) || it->it_lwp != lwp) { in timer_lwpexit()867 it->it_lwp = NULL; in timer_lwpexit()895 if (!(it->it_lock & ITLK_REMOVE) && it->it_lwp == lwp) { in timer_lwpbind()
92 #define it_lwp __data.__proc.__it_lwp macro