Home
last modified time | relevance | path

Searched refs:p_itimer (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dtimer.c126 ASSERT(p->p_itimer[tid] == it); in timer_delete_locked()
127 p->p_itimer[tid] = NULL; in timer_delete_locked()
209 if ((itp = p->p_itimer) == NULL || (it = itp[tid]) == NULL) { in timer_grab()
557 if ((itp = p->p_itimer) == NULL) { in timer_create()
562 if (p->p_itimer == NULL) in timer_create()
563 p->p_itimer = itp; in timer_create()
566 itp = p->p_itimer; in timer_create()
833 if ((itp = p->p_itimer) == NULL) in timer_lwpexit()
877 if ((itp = p->p_itimer) == NULL) in timer_lwpbind()
908 ASSERT(p->p_itimer != NULL); in timer_exit()
[all …]
H A Dexit.c459 if (p->p_itimer != NULL) in proc_exit()
H A Dlwp.c1081 if (p->p_itimer != NULL) in lwp_cleanup()
H A Dexec.c1942 if (p->p_itimer != NULL) in exec_args()
/titanic_44/usr/src/uts/common/sys/
H A Dproc.h305 struct itimer **p_itimer; /* interval timers */ member