| /examples/utest/testcases/kernel/smp/ |
| A D | smp_spinlock_tc.c | 21 #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 D | smp_assigned_idle_cores_tc.c | 23 #define THREAD_PRIORITY 20 macro 61 … = rt_thread_create(thread_name, thread_entry, ¶ms[i], THREAD_STACK_SIZE, THREAD_PRIORITY, 20); in thread_on_idle_core_tc()
|
| A D | smp_affinity_pri2_tc.c | 26 #define THREAD_PRIORITY 2 macro 97 …hread_create(thread_name, thread_entry, (int *)¶ms[i], THREAD_STACK_SIZE, THREAD_PRIORITY, 20); in smp_affinity_pri2_tc()
|
| A D | smp_bind_affinity_tc.c | 25 #define THREAD_PRIORITY 20 macro 73 …hread_create(thread_name, thread_entry, (int *)¶ms[i], THREAD_STACK_SIZE, THREAD_PRIORITY, 20); in thread_bind_affinity_tc()
|
| A D | smp_affinity_pri1_tc.c | 26 #define THREAD_PRIORITY 2 macro 105 …hread_create(thread_name, thread_entry, (int *)¶ms[i], THREAD_STACK_SIZE, THREAD_PRIORITY, 20); in smp_affinity_pri1_tc()
|
| /examples/utest/testcases/kernel/ |
| A D | atomic_tc.c | 18 #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 D | event_tc.c | 45 #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 D | mailbox_tc.c | 34 #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 D | thread_mbox_tc.c | 87 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 D | thread_mq_tc.c | 86 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 D | thread_event_tc.c | 89 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 D | context_switch_tc.c | 78 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 D | thread_sem_tc.c | 98 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 D | perf_tc.h | 20 #define THREAD_PRIORITY 10 macro
|