Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/
Dpthread_test_005.cpp36 static void *threadFunc(void *a) in threadFunc() function
69 ret = pthread_create(&tid, NULL, threadFunc, 0); in Testcase()
Dpthread_test_004.cpp226 static void *threadFunc(void *arg) in threadFunc() function
337 ret = pthread_create(&newPthread, &a, threadFunc, 0); in PthreadTest004()