Home
last modified time | relevance | path

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

/src/lib/libc/gmon/
H A Dmcount.c82 if (p->state != GMON_PROF_ON) in _MCOUNT_DECL()
88 if (!atomic_cmpset_acq_int(&p->state, GMON_PROF_ON, GMON_PROF_BUSY)) in _MCOUNT_DECL()
257 atomic_store_rel_int(&p->state, GMON_PROF_ON); in _MCOUNT_DECL()
H A Dgmon.c216 p->state = GMON_PROF_ON; in moncontrol()
/src/sys/sys/
H A Dgmon.h185 #define GMON_PROF_ON 0 macro