Searched refs:pthread_attr_getstack (Results 1 – 4 of 4) sorted by relevance
| /kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
| D | pthread_test_019.cpp | 74 ret = pthread_attr_getstack(&attr, (void **)&getStack, &getSize); in GroupProcess() 85 ret = pthread_attr_getstack(&attr, (void **)&getStack, &getSize); in GroupProcess()
|
| D | pthread_test_018.cpp | 76 ret = pthread_attr_getstack(&attr, (void **)&getStack, &getSize); in GroupProcess() 100 ret = pthread_attr_getstack(&attr, (void **)&getStack, &getSize); in GroupProcess()
|
| /kernel/liteos_m/kal/posix/src/ |
| D | pthread_attr.c | 238 int pthread_attr_getstack(const pthread_attr_t *attr, void **stackAddr, size_t *stackSize) in pthread_attr_getstack() function
|
| /kernel/liteos_m/ |
| D | CHANGELOG.md | 199 pthread_attr_getstack 243 pthread_attr_getstack
|