Home
last modified time | relevance | path

Searched refs:mp_sched_num_pending (Results 1 – 4 of 4) sorted by relevance

/dports/lang/micropython/micropython-1.17/py/
H A Dscheduler.c56 #define mp_sched_full() (mp_sched_num_pending() == MICROPY_SCHEDULER_DEPTH)
62 return mp_sched_num_pending() == 0; in mp_sched_empty()
74 if (!mp_sched_num_pending()) { in mp_handle_pending()
120 if (MP_STATE_THREAD(mp_pending_exception) != MP_OBJ_NULL || mp_sched_num_pending()) { in mp_sched_unlock()
H A Druntime.h75 #define mp_sched_num_pending() (MP_STATE_VM(sched_len)) macro
H A Dvm.c1374 if (!mp_sched_num_pending()) { in mp_execute_bytecode()
/dports/lang/micropython/micropython-1.17/ports/unix/
H A Dcoverage.c488 while (mp_sched_num_pending()) { in extra_coverage()