test: scheduling: change code annotation
Change the code annotation of testcase test_busy_wait_cooperative. Signed-off-by: Ying ming <mingx.ying@intel.com>
This commit is contained in:
parent
29b83584b0
commit
14b733aaa6
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ void test_sleep_cooperative(void)
|
||||||
|
|
||||||
void test_busy_wait_cooperative(void)
|
void test_busy_wait_cooperative(void)
|
||||||
{
|
{
|
||||||
/* set current thread to a preemptible priority */
|
/* set current thread to a cooperative priority */
|
||||||
init_prio = -1;
|
init_prio = -1;
|
||||||
setup_threads();
|
setup_threads();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue