Searched refs:pthread_attr_getstack (Results 1 - 3 of 3) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
H A 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()
|
H A 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/ |
H A D | pthread_attr.c | 238 int pthread_attr_getstack(const pthread_attr_t *attr, void **stackAddr, size_t *stackSize) in pthread_attr_getstack() function
|
Completed in 2 milliseconds