Add a test case of preemptive thread scheduling. The scheduler will select the highest priority and waiting longest thread to be the current thread. Signed-off-by: Ying ming <mingx.ying@intel.com>
7 lines
129 B
Plaintext
7 lines
129 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_IRQ_OFFLOAD=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_SCHED_MULTIQ=y
|
|
CONFIG_MAX_THREAD_BYTES=5
|
|
CONFIG_MP_NUM_CPUS=1
|