Searched refs:threadRc (Results 1 – 2 of 2) sorted by relevance
13 int threadRc; in tests_CC_libInit_wrap() local27 threadRc = Test_PalThreadJoin(threadHandle, &threadRet); in tests_CC_libInit_wrap()28 if (threadRc != 0) { in tests_CC_libInit_wrap()35 threadRc = Test_PalThreadDestroy(threadHandle); in tests_CC_libInit_wrap()36 if (threadRc != 0) { in tests_CC_libInit_wrap()
39 int threadRc; in Test_Proj_CC_LibInit_Wrap() local56 threadRc = Test_PalThreadJoin(threadHandle, (void *)&rc); in Test_Proj_CC_LibInit_Wrap()57 if (threadRc != 0) { in Test_Proj_CC_LibInit_Wrap()62 threadRc = Test_PalThreadDestroy(threadHandle); in Test_Proj_CC_LibInit_Wrap()63 if (threadRc != 0) { in Test_Proj_CC_LibInit_Wrap()