Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmpthreadport.c44 #define MP_THREAD_MIN_STACK_SIZE MP_SAL_THREAD_MIN_STACK_SIZE macro
134 } else if (*stack_size < MP_THREAD_MIN_STACK_SIZE) { in mp_thread_create_ex()
135 *stack_size = MP_THREAD_MIN_STACK_SIZE; // minimum stack size in mp_thread_create_ex()
A Dmpsalport.h14 #define MP_SAL_THREAD_DEFAULT_STACK_SIZE (MP_THREAD_MIN_STACK_SIZE + 1024)
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmpthreadport.c44 #define MP_THREAD_MIN_STACK_SIZE MP_SAL_THREAD_MIN_STACK_SIZE macro
134 } else if (*stack_size < MP_THREAD_MIN_STACK_SIZE) { in mp_thread_create_ex()
135 *stack_size = MP_THREAD_MIN_STACK_SIZE; // minimum stack size in mp_thread_create_ex()
A Dmpsalport.h14 #define MP_SAL_THREAD_DEFAULT_STACK_SIZE (MP_THREAD_MIN_STACK_SIZE + 1024)
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmpthreadport.c44 #define MP_THREAD_MIN_STACK_SIZE MP_SAL_THREAD_MIN_STACK_SIZE macro
140 } else if (*stack_size < MP_THREAD_MIN_STACK_SIZE) { in mp_thread_create_ex()
141 *stack_size = MP_THREAD_MIN_STACK_SIZE; // minimum stack size in mp_thread_create_ex()
A Dmpsalport.h11 #define MP_SAL_THREAD_DEFAULT_STACK_SIZE (MP_THREAD_MIN_STACK_SIZE + 1024)

Completed in 8 milliseconds