Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/unittest/basic/exc/smoke/
Dit_test_exc_002.cpp42 __attribute__((optnone)) static void *ThreadFunc1(void *arg) in ThreadFunc1() function
74 ret = pthread_create(&newThread, &a, ThreadFunc1, nullptr); in TestThread()
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/full/
Dpthread_test_014.cpp53 static void *ThreadFunc1(void *arg) in ThreadFunc1() function
121 ret = pthread_create(&tid1, NULL, ThreadFunc1, 0); in TestCase()
/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/
Dprocess_test_021.cpp64 static void *ThreadFunc1(void *arg) in ThreadFunc1() function
128 ret = pthread_create(&newPthread1, NULL, ThreadFunc1, NULL); in ProcessTest()