Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/process_posix/src/
H A DPthreadBasicApiTest.cpp243 void *reVoidP = pthread_getspecific(keys); in HWTEST_F() local
244 EXPECT_EQ(reVoidP, nullptr); in HWTEST_F()
248 reVoidP = pthread_getspecific(keys); in HWTEST_F()
249 EXPECT_EQ(reVoidP, testVoidP); in HWTEST_F()
253 reVoidP = pthread_getspecific(keys); in HWTEST_F()
254 EXPECT_EQ(reVoidP, nullptr); in HWTEST_F()

Completed in 3 milliseconds