Searched refs:pthread_attr_setstack (Results 1 - 4 of 4) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
H A D | pthread_test_019.cpp | 71 ret = pthread_attr_setstack(&attr, stack, stackSize); in GroupProcess() 82 ret = pthread_attr_setstack(&attr, stack, stackSize); in GroupProcess()
|
H A D | pthread_test_018.cpp | 73 ret = pthread_attr_setstack(&attr, stack, stackSize); in GroupProcess() 97 ret = pthread_attr_setstack(&attr, stack, stackSize); in GroupProcess()
|
/kernel/liteos_m/kal/posix/src/ |
H A D | pthread_attr.c | 225 int pthread_attr_setstack(pthread_attr_t *attr, void *stackAddr, size_t stackSize) in pthread_attr_setstack() function
|
/kernel/liteos_m/testsuites/sample/posix/ |
H A D | pthread_func_test.c | 991 ret = pthread_attr_setstack(&attr, stackAddr, OS_TSK_TEST_STACK_SIZE);
|
Completed in 3 milliseconds