Home
last modified time | relevance | path

Searched refs:ThreadTestPushParam (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/kernel_lite/process_posix/src/
DPthreadBasicApiTest.cpp369 void *ThreadTestPushParam(void *arg) in ThreadTestPushParam() function
386 ASSERT_EQ(pthread_create(&tid, nullptr, ThreadTestPushParam, nullptr), 0) << "> return errno";