Home
last modified time | relevance | path

Searched refs:PthreadF01 (Results 1 - 25 of 139) sorted by relevance

123456

/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_007.c40 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 DIt_posix_pthread_211.c41 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 DIt_posix_pthread_134.c40 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 DIt_posix_pthread_039.c40 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 DIt_posix_pthread_045.c40 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 DIt_posix_pthread_023.c48 static VOID *PthreadF01(void *argument) in PthreadF01() function
65 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
H A DIt_posix_pthread_029.c40 static VOID *PthreadF01(void *argument) in PthreadF01() function
56 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
H A DIt_posix_pthread_031.c40 static VOID *PthreadF01(void *argument) in PthreadF01() function
59 ret = pthread_create(&g_newTh, NULL, PthreadF01, NULL); in Testcase()
H A DIt_posix_pthread_028.c40 static VOID *PthreadF01(void *argument) in PthreadF01() function
56 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
H A DIt_posix_pthread_138.c40 static VOID *PthreadF01(VOID *argument) in PthreadF01() function
57 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
H A DIt_posix_pthread_136.c42 static VOID *PthreadF01(VOID *argument) in PthreadF01() function
66 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
H A DIt_posix_pthread_142.c40 static VOID *PthreadF01(VOID *argument) in PthreadF01() function
52 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
H A DIt_posix_pthread_141.c40 static VOID *PthreadF01(VOID *argument) in PthreadF01() function
52 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
H A DIt_posix_pthread_237.c40 static VOID *PthreadF01(VOID *argument) in PthreadF01() function
51 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
H A DIt_posix_pthread_123.c40 static VOID *PthreadF01(VOID *argument) in PthreadF01() function
54 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
H A DIt_posix_pthread_121.c40 static VOID *PthreadF01(VOID *arg) in PthreadF01() function
54 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
H A DIt_posix_pthread_133.c40 static VOID *PthreadF01(VOID *argument) in PthreadF01() function
52 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
H A DIt_posix_pthread_129.c40 static VOID *PthreadF01(VOID *argument) in PthreadF01() function
52 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
H A DIt_posix_pthread_214.c40 static VOID PthreadF01(VOID) in PthreadF01() function
57 ret = pthread_once(&onceControl, PthreadF01); in Testcase()
H A DIt_posix_pthread_241.c40 static VOID *PthreadF01(VOID *argument) in PthreadF01() function
62 ret = pthread_create(&newTh, NULL, PthreadF01, NULL); in Testcase()
H A DIt_posix_pthread_010.c40 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 DIt_posix_pthread_020.c33 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 DIt_posix_pthread_017.c35 static VOID *PthreadF01(VOID *num) in PthreadF01() function
54 ret = pthread_create(&newTh, NULL, PthreadF01, (void *)i); in Testcase()
H A DIt_posix_pthread_019.c33 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 DIt_posix_pthread_039.cpp33 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()

Completed in 8 milliseconds

123456