Searched refs:ThreadF01 (Results 1 - 10 of 10) sorted by relevance
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/smoke/ |
H A D | It_posix_pthread_004.c | 40 static void *ThreadF01(void *arg) in ThreadF01() function 51 if (pthread_create(&newTh, NULL, ThreadF01, NULL) != 0) { in Testcase()
|
H A D | It_posix_pthread_006.c | 40 static void *ThreadF01(void *arg) in ThreadF01() function 59 if (pthread_create(&a, NULL, ThreadF01, NULL) != 0) { in Testcase()
|
H A D | It_posix_pthread_005.c | 40 static void *ThreadF01(void *arg) in ThreadF01() function 56 if (pthread_create(&newTh, NULL, ThreadF01, NULL) < 0) { in Testcase()
|
H A D | It_posix_pthread_003.c | 40 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 D | It_posix_pthread_002.c | 33 static void *ThreadF01(void *arg) in ThreadF01() function 48 if (pthread_create(&a, NULL, ThreadF01, NULL) != 0) { in Testcase()
|
H A D | It_posix_pthread_001.c | 33 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 D | It_posix_pthread_003.cpp | 33 static void *ThreadF01(void *arg) in ThreadF01() function 50 pthread_create(&aThread, NULL, ThreadF01, NULL); in Testcase()
|
H A D | It_posix_pthread_004.cpp | 33 static void *ThreadF01(void *arg) in ThreadF01() function 44 if (pthread_create(&newTh, NULL, ThreadF01, NULL) != 0) { in Testcase()
|
H A D | It_posix_pthread_006.cpp | 33 static void *ThreadF01(void *arg) in ThreadF01() function 52 if (pthread_create(&a, NULL, ThreadF01, NULL) != 0) { in Testcase()
|
H A D | It_posix_pthread_005.cpp | 33 static void *ThreadF01(void *arg) in ThreadF01() function 48 if (pthread_create(&newTh, NULL, ThreadF01, NULL) < 0) { in Testcase()
|
Completed in 4 milliseconds