Searched refs:candidate (Results 1 – 1 of 1) sorted by relevance
504 struct thread_node *candidate = thread_links2ptr (iter); in __timer_thread_find_matching() local506 if (thread_attr_compare (desired_attr, &candidate->attr) in __timer_thread_find_matching()507 && desired_clock_id == candidate->clock_id) in __timer_thread_find_matching()508 return candidate; in __timer_thread_find_matching()
Completed in 5 milliseconds