Searched refs:__rt_ffs (Results 1 – 3 of 3) sorted by relevance
103 number = __rt_ffs(rt_thread_ready_priority_group) - 1; in _scheduler_get_highest_priority_thread()104 highest_ready_priority = (number << 3) + __rt_ffs(rt_thread_ready_table[number]) - 1; in _scheduler_get_highest_priority_thread()106 highest_ready_priority = __rt_ffs(rt_thread_ready_priority_group) - 1; in _scheduler_get_highest_priority_thread()
185 number = __rt_ffs(rt_thread_ready_priority_group) - 1; in _get_global_highest_ready_prio()188 highest_ready_priority = (number << 3) + __rt_ffs(rt_thread_ready_table[number]) - 1; in _get_global_highest_ready_prio()202 number = __rt_ffs(pcpu->priority_group) - 1; in _get_local_highest_ready_prio()205 local_highest_ready_priority = (number << 3) + __rt_ffs(pcpu->ready_table[number]) - 1; in _get_local_highest_ready_prio()218 return __rt_ffs(rt_thread_ready_priority_group) - 1; in _get_global_highest_ready_prio()223 return __rt_ffs(pcpu->priority_group) - 1; in _get_local_highest_ready_prio()
1046 int __rt_ffs(int value) in __rt_ffs() function1083 int __rt_ffs(int value) in __rt_ffs() function
Completed in 10 milliseconds