Home
last modified time | relevance | path

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

/lk-master/kernel/
A Dthread.c432 uint32_t local_run_queue_bitmap = run_queue_bitmap; in get_top_thread() local
434 while (local_run_queue_bitmap) { in get_top_thread()
436 uint next_queue = sizeof(run_queue_bitmap) * 8 - 1 - __builtin_clz(local_run_queue_bitmap); in get_top_thread()
452 local_run_queue_bitmap &= ~(1<<next_queue); in get_top_thread()

Completed in 3 milliseconds