Home
last modified time | relevance | path

Searched refs:MICROPY_PY_THREAD_GIL_VM_DIVISOR (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dvm.c261 #if MICROPY_PY_THREAD_GIL && MICROPY_PY_THREAD_GIL_VM_DIVISOR in mp_execute_bytecode()
264 volatile int gil_divisor = MICROPY_PY_THREAD_GIL_VM_DIVISOR; in mp_execute_bytecode()
1396 #if MICROPY_PY_THREAD_GIL_VM_DIVISOR in mp_execute_bytecode()
1400 #if MICROPY_PY_THREAD_GIL_VM_DIVISOR in mp_execute_bytecode()
1401 gil_divisor = MICROPY_PY_THREAD_GIL_VM_DIVISOR; in mp_execute_bytecode()
A Dmpconfig.h1361 #ifndef MICROPY_PY_THREAD_GIL_VM_DIVISOR
1362 #define MICROPY_PY_THREAD_GIL_VM_DIVISOR (32) macro
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmpconfigport.h137 #define MICROPY_PY_THREAD_GIL_VM_DIVISOR (32) macro
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmpconfigport.h137 #define MICROPY_PY_THREAD_GIL_VM_DIVISOR (32) macro
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmpconfigport.h138 #define MICROPY_PY_THREAD_GIL_VM_DIVISOR (32) macro

Completed in 13 milliseconds