Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dprofile.h34 #define mp_prof_is_executing MP_STATE_THREAD(prof_callback_is_executing) macro
A Dprofile.c293 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()
A Dvm.c146 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