Searched refs:P_STOPPROF (Results 1 – 3 of 3) sorted by relevance
534 if (p->p_flag & P_STOPPROF) { in addupc_task()536 p->p_flag &= ~P_STOPPROF; in addupc_task()
654 if (p->p_flag & P_STOPPROF)677 p->p_flag |= P_STOPPROF;
678 #define P_STOPPROF 0x00040 /* Has thread requesting to stop profiling. */ macro