Home
last modified time | relevance | path

Searched refs:pthread_attr_getstack (Results 1 - 3 of 3) sorted by relevance

/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
H A Dpthread_test_019.cpp74 ret = pthread_attr_getstack(&attr, (void **)&getStack, &getSize); in GroupProcess()
85 ret = pthread_attr_getstack(&attr, (void **)&getStack, &getSize); in GroupProcess()
H A Dpthread_test_018.cpp76 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 Dpthread_attr.c238 int pthread_attr_getstack(const pthread_attr_t *attr, void **stackAddr, size_t *stackSize) in pthread_attr_getstack() function

Completed in 2 milliseconds