Searched refs:POSIX_THREAD_STACK_SIZE (Results 1 – 1 of 1) sorted by relevance
1049 #define POSIX_THREAD_STACK_SIZE LOSCFG_BASE_CORE_TSK_DEFAULT_STACK_SIZE macro1061 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()