Searched refs:getStack (Results 1 - 2 of 2) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
H A D | pthread_test_018.cpp | 63 unsigned int *getStack = NULL; in GroupProcess() local 76 ret = pthread_attr_getstack(&attr, (void **)&getStack, &getSize); in GroupProcess() 78 ICUNIT_ASSERT_EQUAL(getStack, stack, getStack); in GroupProcess() 100 ret = pthread_attr_getstack(&attr, (void **)&getStack, &getSize); in GroupProcess() 102 ICUNIT_ASSERT_EQUAL(getStack, stack, getStack); in GroupProcess()
|
H A D | pthread_test_019.cpp | 63 unsigned int *getStack = NULL; in GroupProcess() local 74 ret = pthread_attr_getstack(&attr, (void **)&getStack, &getSize); in GroupProcess() 85 ret = pthread_attr_getstack(&attr, (void **)&getStack, &getSize); in GroupProcess() 87 ICUNIT_ASSERT_EQUAL(getStack, stack, getStack); in GroupProcess()
|
Completed in 2 milliseconds