Searched refs:GMON_PROF_BUSY (Results 1 – 4 of 4) sorted by relevance
188 #define GMON_PROF_BUSY 1 macro
86 p->state = GMON_PROF_BUSY; in _MCOUNT_DECL()
92 if (!atomic_cmpset_acq_int(&p->state, GMON_PROF_ON, GMON_PROF_BUSY)) in _MCOUNT_DECL()
171 disp == GMON_PROF_BUSY ? "busy" : in main()