Searched refs:pthread_attr_setstack (Results 1 – 5 of 5) sorted by relevance
| /kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
| 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()
|
| 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/ |
| 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/ |
| D | pthread_func_test.c | 991 ret = pthread_attr_setstack(&attr, stackAddr, OS_TSK_TEST_STACK_SIZE);
|
| /kernel/liteos_m/ |
| D | CHANGELOG.md | 198 pthread_attr_setstack 242 pthread_attr_setstack
|