Searched refs:P_STOPPROF (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dkern_clock.c650 if (p->p_flag & P_STOPPROF)
672 p->p_flag |= P_STOPPROF;
676 p->p_flag &= ~P_STOPPROF;
H A Dsubr_prof.c534 if (p->p_flag & P_STOPPROF) {
/freebsd-10.0-release/sys/sys/
H A Dproc.h610 #define P_STOPPROF 0x00040 /* Has thread requesting to stop profiling. */ macro

Completed in 73 milliseconds