Searched refs:p_itimer (Results 1 – 5 of 5) sorted by relevance
126 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 …]
459 if (p->p_itimer != NULL) in proc_exit()
1081 if (p->p_itimer != NULL) in lwp_cleanup()
1942 if (p->p_itimer != NULL) in exec_args()
305 struct itimer **p_itimer; /* interval timers */ member