/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
H A D | It_posix_pthread_007.c | 40 static VOID *PthreadF01(void *argument) in PthreadF01() function 64 ret = pthread_create(NULL, &attr, PthreadF01, NULL); in Testcase() 67 ret = pthread_create(&newTh, NULL, PthreadF01, (void *)&uwint); in Testcase() 79 ret = pthread_create(&newTh, &attr, PthreadF01, NULL); in Testcase() 89 ret = pthread_create(&newTh, &attr, PthreadF01, (void *)&cc); in Testcase() 98 ret = pthread_create(&newTh, &attr, PthreadF01, (void *)str); in Testcase()
|
H A D | It_posix_pthread_211.c | 41 static VOID PthreadF01(VOID) in PthreadF01() function 54 ret = pthread_once(&onceControl, PthreadF01); in Testcase() 59 ret = pthread_once(&onceControl, PthreadF01); in Testcase()
|
H A D | It_posix_pthread_134.c | 40 static VOID *PthreadF01(VOID *argument) in PthreadF01() function 52 ret = pthread_create(&newTh1, NULL, PthreadF01, NULL); in Testcase() 55 ret = pthread_create(&newTh2, NULL, PthreadF01, NULL); in Testcase()
|
H A D | It_posix_pthread_039.c | 40 static VOID *PthreadF01(void *argument) in PthreadF01() function 59 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase() 81 ret = pthread_create(&newTh, NULL, PthreadF01, in Testcase()
|
H A D | It_posix_pthread_045.c | 40 static VOID *PthreadF01(void *argument) in PthreadF01() function 78 ret = pthread_create(&newTh, &attr, PthreadF01, NULL); in Testcase() 98 ret = pthread_create(&newTh, &attr, PthreadF01, NULL); in Testcase()
|
H A D | It_posix_pthread_023.c | 48 static VOID *PthreadF01(void *argument) in PthreadF01() function 65 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
|
H A D | It_posix_pthread_029.c | 40 static VOID *PthreadF01(void *argument) in PthreadF01() function 56 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
|
H A D | It_posix_pthread_031.c | 40 static VOID *PthreadF01(void *argument) in PthreadF01() function 59 ret = pthread_create(&g_newTh, NULL, PthreadF01, NULL); in Testcase()
|
H A D | It_posix_pthread_028.c | 40 static VOID *PthreadF01(void *argument) in PthreadF01() function 56 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
|
H A D | It_posix_pthread_138.c | 40 static VOID *PthreadF01(VOID *argument) in PthreadF01() function 57 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
|
H A D | It_posix_pthread_136.c | 42 static VOID *PthreadF01(VOID *argument) in PthreadF01() function 66 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
|
H A D | It_posix_pthread_142.c | 40 static VOID *PthreadF01(VOID *argument) in PthreadF01() function 52 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
|
H A D | It_posix_pthread_141.c | 40 static VOID *PthreadF01(VOID *argument) in PthreadF01() function 52 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
|
H A D | It_posix_pthread_237.c | 40 static VOID *PthreadF01(VOID *argument) in PthreadF01() function 51 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
|
H A D | It_posix_pthread_123.c | 40 static VOID *PthreadF01(VOID *argument) in PthreadF01() function 54 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
|
H A D | It_posix_pthread_121.c | 40 static VOID *PthreadF01(VOID *arg) in PthreadF01() function 54 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
|
H A D | It_posix_pthread_133.c | 40 static VOID *PthreadF01(VOID *argument) in PthreadF01() function 52 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
|
H A D | It_posix_pthread_129.c | 40 static VOID *PthreadF01(VOID *argument) in PthreadF01() function 52 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
|
H A D | It_posix_pthread_214.c | 40 static VOID PthreadF01(VOID) in PthreadF01() function 57 ret = pthread_once(&onceControl, PthreadF01); in Testcase()
|
H A D | It_posix_pthread_241.c | 40 static VOID *PthreadF01(VOID *argument) in PthreadF01() function 62 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
|
H A D | It_posix_pthread_010.c | 40 static VOID *PthreadF01(void *argument) in PthreadF01() function 55 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
|
/kernel/liteos_m/testsuites/sample/posix/pthread/ |
H A D | It_posix_pthread_020.c | 33 static VOID *PthreadF01(VOID *argument) in PthreadF01() function 44 ret = pthread_create(&newTh1, NULL, PthreadF01, NULL); in Testcase() 47 ret = pthread_create(&newTh2, NULL, PthreadF01, NULL); in Testcase()
|
H A D | It_posix_pthread_017.c | 35 static VOID *PthreadF01(VOID *num) in PthreadF01() function 54 ret = pthread_create(&newTh, NULL, PthreadF01, (void *)i); in Testcase()
|
H A D | It_posix_pthread_019.c | 33 static VOID *PthreadF01(VOID *argument) in PthreadF01() function 43 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
H A D | It_posix_pthread_039.cpp | 33 static VOID *PthreadF01(void *argument) in PthreadF01() function 51 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase() 66 ret = pthread_create(&newTh, NULL, PthreadF01, in Testcase()
|