| /examples/utest/testcases/kernel/smp/ |
| A D | smp_thread_preemption_tc.c | 24 #define THREAD_STACK_SIZE UTEST_THR_STACK_SIZE macro 54 …threads[0] = rt_thread_create("tlow", thread_low_entry, RT_NULL, THREAD_STACK_SIZE, THREAD_PRIORIT… in thread_preemptions_tc() 63 …threads[1] = rt_thread_create("thigh", thread_high_entry, RT_NULL, THREAD_STACK_SIZE, THREAD_PRIO… in thread_preemptions_tc()
|
| A D | smp_affinity_pri2_tc.c | 25 #define THREAD_STACK_SIZE UTEST_THR_STACK_SIZE macro 55 …temp_thread = rt_thread_create("Tn", thread_temp_entry, RT_NULL, THREAD_STACK_SIZE, LOW_PRIORITY, … in thread_entry() 85 …threads[0] = rt_thread_create("T0", thread_entry, (int *)¶ms[0], THREAD_STACK_SIZE, THIGH_PRIO… in smp_affinity_pri2_tc() 97 …i] = rt_thread_create(thread_name, thread_entry, (int *)¶ms[i], THREAD_STACK_SIZE, THREAD_PRIO… in smp_affinity_pri2_tc()
|
| A D | smp_spinlock_tc.c | 23 #define THREAD_STACK_SIZE UTEST_THR_STACK_SIZE 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_affinity_pri1_tc.c | 25 #define THREAD_STACK_SIZE UTEST_THR_STACK_SIZE macro 64 …temp_thread = rt_thread_create("Tn", thread_temp_entry, RT_NULL, THREAD_STACK_SIZE, THIGH_PRIORITY… in thread_entry() 93 …threads[0] = rt_thread_create("T0", thread_entry, (int *)¶ms[0], THREAD_STACK_SIZE, LOW_PRIORI… in smp_affinity_pri1_tc() 105 …i] = rt_thread_create(thread_name, thread_entry, (int *)¶ms[i], THREAD_STACK_SIZE, THREAD_PRIO… in smp_affinity_pri1_tc()
|
| A D | smp_assigned_idle_cores_tc.c | 22 #define THREAD_STACK_SIZE UTEST_THR_STACK_SIZE macro 61 …threads[i] = rt_thread_create(thread_name, thread_entry, ¶ms[i], THREAD_STACK_SIZE, THREAD_PRI… in thread_on_idle_core_tc()
|
| A D | smp_bind_affinity_tc.c | 24 #define THREAD_STACK_SIZE UTEST_THR_STACK_SIZE macro 73 …i] = rt_thread_create(thread_name, thread_entry, (int *)¶ms[i], THREAD_STACK_SIZE, THREAD_PRIO… in thread_bind_affinity_tc()
|
| /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 | 19 #define THREAD_STACK_SIZE 2048 macro
|
| /examples/utest/testcases/kernel/ |
| A D | thread_tc.c | 18 #define THREAD_STACK_SIZE UTEST_THR_STACK_SIZE macro 60 THREAD_STACK_SIZE, in test_dynamic_thread() 165 THREAD_STACK_SIZE, in test_thread_delay() 215 THREAD_STACK_SIZE, in test_idle_hook() 269 THREAD_STACK_SIZE, in test_thread_yield() 288 THREAD_STACK_SIZE, in test_thread_yield() 330 THREAD_STACK_SIZE, in test_thread_control() 391 THREAD_STACK_SIZE, in test_thread_priority()
|