Home
last modified time | relevance | path

Searched refs:PosixPthreadInit (Results 1 - 25 of 57) sorted by relevance

123

/kernel/liteos_a/testsuites/kernel/sample/posix/mutex/full/
H A DIt_posix_mutex_074.c132 ret = PosixPthreadInit(&attr, 15); // 15, Set thread priority. in Testcase()
138 ret = PosixPthreadInit(&attr2, 4); // 4, Set thread priority. in Testcase()
144 ret = PosixPthreadInit(&attr3, 10); // 10, Set thread priority. in Testcase()
H A DIt_posix_mutex_075.c131 ret = PosixPthreadInit(&attr, 10); // 10, Set thread priority. in Testcase()
137 ret = PosixPthreadInit(&attr2, 15); // 15, Set thread priority. in Testcase()
143 ret = PosixPthreadInit(&attr3, 4); // 4, Set thread priority. in Testcase()
H A DIt_posix_mutex_079.c95 ret = PosixPthreadInit(&attr, 4); // 4, Set thread priority. in Testcase()
101 ret = PosixPthreadInit(&attr2, 3); // 3, Set thread priority. in Testcase()
107 ret = PosixPthreadInit(&attr3, 4); // 4, Set thread priority. in Testcase()
H A DIt_posix_mutex_071.c97 ret = PosixPthreadInit(&attr, 4); // 4, Set thread priority. in Testcase()
103 ret = PosixPthreadInit(&attr2, 10); // 10, Set thread priority. in Testcase()
H A DIt_posix_mutex_072.c97 ret = PosixPthreadInit(&attr, 10); // 10, Set thread priority. in Testcase()
103 ret = PosixPthreadInit(&attr2, 4); // 4, Set thread priority. in Testcase()
H A DIt_posix_mutex_099.c94 ret = PosixPthreadInit(&attr, 10); // 10, Set thread priority. in Testcase()
100 ret = PosixPthreadInit(&attr2, 4); // 4, Set thread priority. in Testcase()
H A DIt_posix_mutex_068.c98 ret = PosixPthreadInit(&attr, 10); // 10, Set thread priority. in Testcase()
104 ret = PosixPthreadInit(&attr2, 4); // 4, Set thread priority. in Testcase()
H A DIt_posix_mutex_093.c100 ret = PosixPthreadInit(&attr, 10); // 10, Set thread priority. in Testcase()
106 ret = PosixPthreadInit(&attr2, 4); // 4, Set thread priority. in Testcase()
H A DIt_posix_mutex_070.c106 ret = PosixPthreadInit(&attr, 4); // 4, Set thread priority. in Testcase()
112 ret = PosixPthreadInit(&attr2, 4); // 4, Set thread priority. in Testcase()
H A DIt_posix_mutex_049.c68 ret = PosixPthreadInit(&attr, 4); // 4, Set thread priority. in Testcase()
/kernel/liteos_m/testsuites/sample/posix/mutex/
H A DIt_posix_mutex_043.c90 ret = PosixPthreadInit(&attr, MUTEX_TEST_HIGH_PRIO); in Testcase()
96 ret = PosixPthreadInit(&attr2, MUTEX_TEST_HIGH_PRIO - 1); in Testcase()
102 ret = PosixPthreadInit(&attr3, MUTEX_TEST_HIGH_PRIO); in Testcase()
H A DIt_posix_mutex_048.c127 ret = PosixPthreadInit(&attr, MUTEX_TEST_LOW_PRIO); in Testcase()
133 ret = PosixPthreadInit(&attr2, MUTEX_TEST_HIGH_PRIO); in Testcase()
139 ret = PosixPthreadInit(&attr3, MUTEX_TEST_DEFAULT_PRIO); in Testcase()
H A DIt_posix_mutex_049.c126 ret = PosixPthreadInit(&attr, MUTEX_TEST_DEFAULT_PRIO); in Testcase()
132 ret = PosixPthreadInit(&attr2, MUTEX_TEST_LOW_PRIO); in Testcase()
138 ret = PosixPthreadInit(&attr3, MUTEX_TEST_HIGH_PRIO); in Testcase()
H A DIt_posix_mutex_041.c91 ret = PosixPthreadInit(&attr, MUTEX_TEST_DEFAULT_PRIO); in Testcase()
97 ret = PosixPthreadInit(&attr2, MUTEX_TEST_HIGH_PRIO); in Testcase()
H A DIt_posix_mutex_042.c90 ret = PosixPthreadInit(&attr, MUTEX_TEST_DEFAULT_PRIO); in Testcase()
96 ret = PosixPthreadInit(&attr2, MUTEX_TEST_HIGH_PRIO); in Testcase()
H A DIt_posix_mutex_009.c61 ret = PosixPthreadInit(&attr, 4); // 4, Set thread priority. in Testcase()
H A DIt_posix_mutex_034.c53 ret = PosixPthreadInit(&attr, 4); // 4, Set thread priority. in Testcase()
/kernel/liteos_m/testsuites/sample/posix/mqueue/
H A DIt_posix_queue_026.c106 ret = PosixPthreadInit(&attr1, MQUEUE_PTHREAD_PRIORITY_TEST1); in Testcase()
115 ret = PosixPthreadInit(&attr1, MQUEUE_PTHREAD_PRIORITY_TEST2); in Testcase()
H A DIt_posix_queue_025.c100 ret = PosixPthreadInit(&attr1, MQUEUE_PTHREAD_PRIORITY_TEST1); in Testcase()
109 ret = PosixPthreadInit(&attr1, MQUEUE_PTHREAD_PRIORITY_TEST2); in Testcase()
H A DIt_posix_queue_036.c101 ret = PosixPthreadInit(&attr1, MQUEUE_PTHREAD_PRIORITY_TEST1); in Testcase()
109 ret = PosixPthreadInit(&attr1, MQUEUE_PTHREAD_PRIORITY_TEST2); in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H A DIt_posix_queue_040.cpp103 ret = PosixPthreadInit(&attr1, MQUEUE_PTHREAD_PRIORITY_TEST1); in Testcase()
112 ret = PosixPthreadInit(&attr1, MQUEUE_PTHREAD_PRIORITY_TEST2); in Testcase()
H A DIt_posix_queue_041.cpp106 ret = PosixPthreadInit(&attr1, MQUEUE_PTHREAD_PRIORITY_TEST1); in Testcase()
115 ret = PosixPthreadInit(&attr1, MQUEUE_PTHREAD_PRIORITY_TEST2); in Testcase()
H A DIt_posix_queue_097.cpp106 ret = PosixPthreadInit(&attr1, MQUEUE_PTHREAD_PRIORITY_TEST1); in Testcase()
112 ret = PosixPthreadInit(&attr1, MQUEUE_PTHREAD_PRIORITY_TEST2); in Testcase()
H A DIt_posix_queue_144.cpp110 ret = PosixPthreadInit(&attr1, MQUEUE_PTHREAD_PRIORITY_TEST1); in Testcase()
119 ret = PosixPthreadInit(&attr1, MQUEUE_PTHREAD_PRIORITY_TEST2); in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/smoke/
H A DIt_posix_queue_053.cpp100 ret = PosixPthreadInit(&attr1, MQUEUE_PTHREAD_PRIORITY_TEST1); in Testcase()
108 ret = PosixPthreadInit(&attr1, MQUEUE_PTHREAD_PRIORITY_TEST2); in Testcase()

Completed in 10 milliseconds

123