Searched refs:getSize (Results 1 – 2 of 2) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
D | pthread_test_018.cpp | 64 size_t getSize; in GroupProcess() local 76 ret = pthread_attr_getstack(&attr, (void **)&getStack, &getSize); in GroupProcess() 79 ICUNIT_ASSERT_EQUAL(getSize, stackSize, getSize); in GroupProcess() 100 ret = pthread_attr_getstack(&attr, (void **)&getStack, &getSize); in GroupProcess() 103 ICUNIT_ASSERT_EQUAL(getSize, stackSize, getSize); in GroupProcess()
|
D | pthread_test_019.cpp | 64 size_t getSize; in GroupProcess() local 67 void *stack = (void *)&getSize; in GroupProcess() 74 ret = pthread_attr_getstack(&attr, (void **)&getStack, &getSize); in GroupProcess() 85 ret = pthread_attr_getstack(&attr, (void **)&getStack, &getSize); in GroupProcess() 88 ICUNIT_ASSERT_EQUAL(getSize, stackSize, getSize); in GroupProcess()
|