Searched refs:P_NOTIFY (Results 1 – 1 of 1) sorted by relevance
109 #define P_NOTIFY 04 macro334 pw->p_flag |= (P_NOTIFY|P_SIGNALLED|P_STOPPED); in job_reap()341 pw->p_flag &= ~(P_NOTIFY|P_SIGNALLED|P_STOPPED); in job_reap()359 pw->p_flag |= (P_DONE|P_NOTIFY|P_SIGNALLED); in job_reap()368 pw->p_flag &= ~P_NOTIFY; in job_reap()376 pw->p_flag |= (P_DONE|P_NOTIFY); in job_reap()398 pw->p_flag &= ~P_NOTIFY; in job_reap()412 pw->p_flag &= ~P_NOTIFY; in job_reap()853 if((flag&JOB_NFLAG) && (!(px->p_flag&P_NOTIFY)||px->p_pgrp==0)) in job_list()880 else if(px->p_flag&P_NOTIFY) in job_list()[all …]