Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_sig.c3379 proc_t resumeproc = proc_find((int)ut->t_dtrace_resumepid); in bsd_ast() local
3381 if (resumeproc != PROC_NULL) { in bsd_ast()
3382 proc_lock(resumeproc); in bsd_ast()
3384 if (resumeproc->p_dtrace_stop) { in bsd_ast()
3385 resumeproc->p_dtrace_stop = 0; in bsd_ast()
3386 proc_unlock(resumeproc); in bsd_ast()
3387 task_resume_internal(proc_task(resumeproc)); in bsd_ast()
3389 proc_unlock(resumeproc); in bsd_ast()
3391 proc_rele(resumeproc); in bsd_ast()