Home
last modified time | relevance | path

Searched refs:atomic_state (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dscheduler.c82 mp_handle_pending_tail(atomic_state); in mp_handle_pending()
84 MICROPY_END_ATOMIC_SECTION(atomic_state); in mp_handle_pending()
91 void mp_handle_pending_tail(mp_uint_t atomic_state) { in mp_handle_pending_tail() argument
97 MICROPY_END_ATOMIC_SECTION(atomic_state); in mp_handle_pending_tail()
100 MICROPY_END_ATOMIC_SECTION(atomic_state); in mp_handle_pending_tail()
106 mp_uint_t atomic_state = MICROPY_BEGIN_ATOMIC_SECTION(); in mp_sched_lock() local
112 MICROPY_END_ATOMIC_SECTION(atomic_state); in mp_sched_lock()
116 mp_uint_t atomic_state = MICROPY_BEGIN_ATOMIC_SECTION(); in mp_sched_unlock() local
126 MICROPY_END_ATOMIC_SECTION(atomic_state); in mp_sched_unlock()
130 mp_uint_t atomic_state = MICROPY_BEGIN_ATOMIC_SECTION(); in MICROPY_WRAP_MP_SCHED_SCHEDULE() local
[all …]
A Dobjexcept.c101 mp_uint_t atomic_state = MICROPY_BEGIN_ATOMIC_SECTION(); in mp_alloc_emergency_exception_buf() local
104 MICROPY_END_ATOMIC_SECTION(atomic_state); in mp_alloc_emergency_exception_buf()
A Dvm.c1367 mp_uint_t atomic_state = MICROPY_BEGIN_ATOMIC_SECTION(); in mp_execute_bytecode() local
1377 MICROPY_END_ATOMIC_SECTION(atomic_state); in mp_execute_bytecode()
1380 mp_handle_pending_tail(atomic_state); in mp_execute_bytecode()
1382 MICROPY_END_ATOMIC_SECTION(atomic_state); in mp_execute_bytecode()
A Druntime.h70 void mp_handle_pending_tail(mp_uint_t atomic_state);
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.c1400 schedule_ringbuf(atomic_state); in mp_bluetooth_gap_on_connected_disconnected()
1413 schedule_ringbuf(atomic_state); in mp_bluetooth_gap_on_connection_update()
1423 schedule_ringbuf(atomic_state); in mp_bluetooth_gatts_on_write()
1434 schedule_ringbuf(atomic_state); in mp_bluetooth_gatts_on_indicate_complete()
1451 schedule_ringbuf(atomic_state); in mp_bluetooth_gatts_on_mtu_exchanged()
1460 schedule_ringbuf(atomic_state); in mp_bluetooth_gap_on_scan_complete()
1483 schedule_ringbuf(atomic_state); in mp_bluetooth_gap_on_scan_result()
1497 schedule_ringbuf(atomic_state); in mp_bluetooth_gattc_on_primary_service_result()
1510 schedule_ringbuf(atomic_state); in mp_bluetooth_gattc_on_characteristic_result()
1521 schedule_ringbuf(atomic_state); in mp_bluetooth_gattc_on_descriptor_result()
[all …]
A Dmodbluetooth.h78 #define MICROPY_PY_BLUETOOTH_ENTER mp_uint_t atomic_state = MICROPY_BEGIN_ATOMIC_SECTION();
79 #define MICROPY_PY_BLUETOOTH_EXIT MICROPY_END_ATOMIC_SECTION(atomic_state);
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/nimble/
A Dnimble_npl_os.c514 return atomic_state; in ble_npl_hw_enter_critical()
517 void ble_npl_hw_exit_critical(uint32_t atomic_state) { in ble_npl_hw_exit_critical() argument
519 DEBUG_CRIT_printf("ble_npl_hw_exit_critical(%u)\n", (uint)atomic_state); in ble_npl_hw_exit_critical()

Completed in 20 milliseconds