Searched refs:mp_prof_is_executing (Results 1 – 3 of 3) sorted by relevance
34 #define mp_prof_is_executing MP_STATE_THREAD(prof_callback_is_executing) macro
293 mp_prof_is_executing = true; in mp_prof_callback_invoke()298 mp_prof_is_executing = false; in mp_prof_callback_invoke()316 assert(!mp_prof_is_executing); in mp_prof_frame_enter()379 assert(!mp_prof_is_executing); in mp_prof_instr_tick()
146 if (!mp_prof_is_executing) { \159 if (!mp_prof_is_executing) { \167 if (!mp_prof_is_executing && code_state->frame && MP_STATE_THREAD(prof_trace_callback)) { \170 if (!mp_prof_is_executing && code_state->frame && code_state->frame->callback) { \
Completed in 7 milliseconds