Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/pthread/
Dpthread.c1049 #define POSIX_THREAD_STACK_SIZE LOSCFG_BASE_CORE_TSK_DEFAULT_STACK_SIZE macro
1061 attr->stacksize = POSIX_THREAD_STACK_SIZE; in pthread_attr_init()
1294 param.uwStackSize = POSIX_THREAD_STACK_SIZE; in pthread_create()
1300 param.uwStackSize = attr->stacksize ? attr->stacksize : POSIX_THREAD_STACK_SIZE; in pthread_create()