Home
last modified time | relevance | path

Searched refs:MICROPY_BEGIN_ATOMIC_SECTION (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dscheduler.c68 mp_uint_t atomic_state = MICROPY_BEGIN_ATOMIC_SECTION(); in mp_handle_pending()
106 mp_uint_t atomic_state = MICROPY_BEGIN_ATOMIC_SECTION(); in mp_sched_lock()
116 mp_uint_t atomic_state = MICROPY_BEGIN_ATOMIC_SECTION(); in mp_sched_unlock()
130 mp_uint_t atomic_state = MICROPY_BEGIN_ATOMIC_SECTION(); in MICROPY_WRAP_MP_SCHED_SCHEDULE()
A Dmpconfig.h1560 #ifndef MICROPY_BEGIN_ATOMIC_SECTION
1561 #define MICROPY_BEGIN_ATOMIC_SECTION() (0) macro
A Dobjexcept.c101 mp_uint_t atomic_state = MICROPY_BEGIN_ATOMIC_SECTION(); in mp_alloc_emergency_exception_buf()
A Dvm.c1367 mp_uint_t atomic_state = MICROPY_BEGIN_ATOMIC_SECTION(); in mp_execute_bytecode()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodmachine.c242 mp_uint_t state = MICROPY_BEGIN_ATOMIC_SECTION(); in machine_disable_irq()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodmachine.c219 uint32_t state = MICROPY_BEGIN_ATOMIC_SECTION(); in machine_disable_irq()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodmachine.c219 uint32_t state = MICROPY_BEGIN_ATOMIC_SECTION(); in machine_disable_irq()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.h78 #define MICROPY_PY_BLUETOOTH_ENTER mp_uint_t atomic_state = MICROPY_BEGIN_ATOMIC_SECTION();
A Dmodlwip.c1597 return (sys_prot_t)MICROPY_BEGIN_ATOMIC_SECTION(); in sys_arch_protect()

Completed in 18 milliseconds