Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/
Dpthread_test_001.cpp128 static void *ThreadFunc6(void *arg) in ThreadFunc6() function
258 ret = pthread_create(&newPthread1, &a, ThreadFunc6, 0); in PthreadTest001()
Dpthread_test_004.cpp128 static void *ThreadFunc6(void *arg) in ThreadFunc6() function
372 ret = pthread_create(&newPthread1, &a, ThreadFunc6, 0); in PthreadTest004()