Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dmachine.c165 static int previous_thread; variable
760 if (previous_thread != sel->thread) in get_process_info()
762 previous_thread = sel->thread; in get_process_info()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp661 kmp_hw_thread_t &previous_thread = hw_threads[i - 1]; in check_ids() local
664 if (previous_thread.ids[j] != current_thread.ids[j]) { in check_ids()