Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/sample/posix/
Dpthread_func_test.c1027 static void *PosixTestThread(void *arg) in PosixTestThread() function
1052 ret = pthread_create(&newTh, &attr, PosixTestThread, NULL); in PthreadFuncTestSuite()