Searched refs:GMON_PROF_ON (Results 1 – 3 of 3) sorted by relevance
82 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()
216 p->state = GMON_PROF_ON; in moncontrol()
185 #define GMON_PROF_ON 0 macro