Home
last modified time | relevance | path

Searched refs:MICROPY_SCHEDULER_DEPTH (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dscheduler.c52 #define IDX_MASK(i) ((i) & (MICROPY_SCHEDULER_DEPTH - 1))
56 #define mp_sched_full() (mp_sched_num_pending() == MICROPY_SCHEDULER_DEPTH)
59 MP_STATIC_ASSERT(MICROPY_SCHEDULER_DEPTH <= 255); // MICROPY_SCHEDULER_DEPTH must fit in 8 bits in mp_sched_empty()
60 …MP_STATIC_ASSERT((IDX_MASK(MICROPY_SCHEDULER_DEPTH) == 0)); // MICROPY_SCHEDULER_DEPTH must be a p… in mp_sched_empty()
A Dmpstate.h143 mp_sched_item_t sched_queue[MICROPY_SCHEDULER_DEPTH];
A Dmpconfig.h826 #ifndef MICROPY_SCHEDULER_DEPTH
827 #define MICROPY_SCHEDULER_DEPTH (4) macro
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmpconfigport.h63 #define MICROPY_SCHEDULER_DEPTH (8) macro
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmpconfigport.h63 #define MICROPY_SCHEDULER_DEPTH (8) macro
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmpconfigport.h63 #define MICROPY_SCHEDULER_DEPTH (8) macro

Completed in 13 milliseconds