Home
last modified time | relevance | path

Searched refs:ThreadF01 (Results 1 - 10 of 10) sorted by relevance

/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/smoke/
H A DIt_posix_pthread_004.c40 static void *ThreadF01(void *arg) in ThreadF01() function
51 if (pthread_create(&newTh, NULL, ThreadF01, NULL) != 0) { in Testcase()
H A DIt_posix_pthread_006.c40 static void *ThreadF01(void *arg) in ThreadF01() function
59 if (pthread_create(&a, NULL, ThreadF01, NULL) != 0) { in Testcase()
H A DIt_posix_pthread_005.c40 static void *ThreadF01(void *arg) in ThreadF01() function
56 if (pthread_create(&newTh, NULL, ThreadF01, NULL) < 0) { in Testcase()
H A DIt_posix_pthread_003.c40 static void *ThreadF01(void *arg) in ThreadF01() function
58 pthread_create(&aThread, NULL, ThreadF01, NULL); in Testcase()
/kernel/liteos_m/testsuites/sample/posix/pthread/
H A DIt_posix_pthread_002.c33 static void *ThreadF01(void *arg) in ThreadF01() function
48 if (pthread_create(&a, NULL, ThreadF01, NULL) != 0) { in Testcase()
H A DIt_posix_pthread_001.c33 static void *ThreadF01(void *arg) in ThreadF01() function
49 if (pthread_create(&newTh, NULL, ThreadF01, NULL) < 0) { in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/smoke/
H A DIt_posix_pthread_003.cpp33 static void *ThreadF01(void *arg) in ThreadF01() function
50 pthread_create(&aThread, NULL, ThreadF01, NULL); in Testcase()
H A DIt_posix_pthread_004.cpp33 static void *ThreadF01(void *arg) in ThreadF01() function
44 if (pthread_create(&newTh, NULL, ThreadF01, NULL) != 0) { in Testcase()
H A DIt_posix_pthread_006.cpp33 static void *ThreadF01(void *arg) in ThreadF01() function
52 if (pthread_create(&a, NULL, ThreadF01, NULL) != 0) { in Testcase()
H A DIt_posix_pthread_005.cpp33 static void *ThreadF01(void *arg) in ThreadF01() function
48 if (pthread_create(&newTh, NULL, ThreadF01, NULL) < 0) { in Testcase()

Completed in 4 milliseconds