Home
last modified time | relevance | path

Searched refs:THREAD_PRIORITY (Results 1 – 14 of 14) sorted by relevance

/examples/utest/testcases/kernel/smp/
A Dsmp_spinlock_tc.c21 #define THREAD_PRIORITY 20 macro
62 …thread1 = rt_thread_create("T1", rt_thread_entry1, RT_NULL, THREAD_STACK_SIZE, THREAD_PRIORITY, 20… in smp_spinlock_tc()
68 …thread2 = rt_thread_create("T2", rt_thread_entry2, RT_NULL, THREAD_STACK_SIZE, THREAD_PRIORITY - 1… in smp_spinlock_tc()
A Dsmp_assigned_idle_cores_tc.c23 #define THREAD_PRIORITY 20 macro
61 … = rt_thread_create(thread_name, thread_entry, &params[i], THREAD_STACK_SIZE, THREAD_PRIORITY, 20); in thread_on_idle_core_tc()
A Dsmp_affinity_pri2_tc.c26 #define THREAD_PRIORITY 2 macro
97 …hread_create(thread_name, thread_entry, (int *)&params[i], THREAD_STACK_SIZE, THREAD_PRIORITY, 20); in smp_affinity_pri2_tc()
A Dsmp_bind_affinity_tc.c25 #define THREAD_PRIORITY 20 macro
73 …hread_create(thread_name, thread_entry, (int *)&params[i], THREAD_STACK_SIZE, THREAD_PRIORITY, 20); in thread_bind_affinity_tc()
A Dsmp_affinity_pri1_tc.c26 #define THREAD_PRIORITY 2 macro
105 …hread_create(thread_name, thread_entry, (int *)&params[i], THREAD_STACK_SIZE, THREAD_PRIORITY, 20); in smp_affinity_pri1_tc()
/examples/utest/testcases/kernel/
A Datomic_tc.c18 #define THREAD_PRIORITY 25 macro
143 …thread = rt_thread_create("t1", ture_entry, RT_NULL, THREAD_STACKSIZE, THREAD_PRIORITY, THREAD_TIM… in test_atomic_add()
145 …thread = rt_thread_create("t2", ture_entry, RT_NULL, THREAD_STACKSIZE, THREAD_PRIORITY, THREAD_TIM… in test_atomic_add()
147 …thread = rt_thread_create("t3", ture_entry, RT_NULL, THREAD_STACKSIZE, THREAD_PRIORITY, THREAD_TIM… in test_atomic_add()
A Devent_tc.c45 #define THREAD_PRIORITY 9 macro
152 THREAD_PRIORITY - 1, THREAD_TIMESLICE); in test_static_event_send_recv()
161 THREAD_PRIORITY, THREAD_TIMESLICE); in test_static_event_send_recv()
281 THREAD_PRIORITY - 1, THREAD_TIMESLICE); in test_dynamic_event_send_recv()
290 THREAD_PRIORITY, THREAD_TIMESLICE); in test_dynamic_event_send_recv()
A Dmailbox_tc.c34 #define THREAD_PRIORITY 9 macro
233 THREAD_PRIORITY - 1, THREAD_TIMESLICE); in test_static_mailbox_send_recv()
242 THREAD_PRIORITY, THREAD_TIMESLICE); in test_static_mailbox_send_recv()
322 THREAD_PRIORITY - 1, in test_dynamic_mailbox_send_recv()
334 THREAD_PRIORITY - 1, in test_dynamic_mailbox_send_recv()
/examples/utest/testcases/perf/
A Dthread_mbox_tc.c87 THREAD_STACK_SIZE, THREAD_PRIORITY, THREAD_TIMESLICE); in rt_perf_thread_mbox()
95 THREAD_STACK_SIZE, THREAD_PRIORITY + 1, THREAD_TIMESLICE); in rt_perf_thread_mbox()
A Dthread_mq_tc.c86 THREAD_STACK_SIZE, THREAD_PRIORITY, THREAD_TIMESLICE); in rt_perf_thread_mq()
94 THREAD_STACK_SIZE, THREAD_PRIORITY + 1, THREAD_TIMESLICE); in rt_perf_thread_mq()
A Dthread_event_tc.c89 THREAD_STACK_SIZE, THREAD_PRIORITY, THREAD_TIMESLICE); in rt_perf_thread_event()
97 THREAD_STACK_SIZE, THREAD_PRIORITY + 1, THREAD_TIMESLICE); in rt_perf_thread_event()
A Dcontext_switch_tc.c78 THREAD_STACK_SIZE, THREAD_PRIORITY, THREAD_TIMESLICE); in context_switch_test()
86 THREAD_STACK_SIZE, THREAD_PRIORITY + 1, THREAD_TIMESLICE); in context_switch_test()
A Dthread_sem_tc.c98 THREAD_STACK_SIZE, THREAD_PRIORITY, THREAD_TIMESLICE); in rt_perf_thread_sem()
106 THREAD_STACK_SIZE, THREAD_PRIORITY + 1, THREAD_TIMESLICE); in rt_perf_thread_sem()
A Dperf_tc.h20 #define THREAD_PRIORITY 10 macro

Completed in 10 milliseconds