Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/diff/src/
Ddiff3.c558 int other_thread; in make_3way_diff() local
606 other_thread = high_water_thread ^ 0x1; in make_3way_diff()
607 other_diff = current[other_thread]; in make_3way_diff()
617 if (using[other_thread]) in make_3way_diff()
618 last_using[other_thread]->next = other_diff; in make_3way_diff()
620 using[other_thread] = other_diff; in make_3way_diff()
621 last_using[other_thread] = other_diff; in make_3way_diff()
626 current[other_thread] = current[other_thread]->next; in make_3way_diff()
643 other_thread = high_water_thread ^ 0x1; in make_3way_diff()
644 other_diff = current[other_thread]; in make_3way_diff()
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_tasking.cpp2879 kmp_info_t *other_thread; in __kmp_execute_tasks_template() local
2921 other_thread = threads_data[victim_tid].td.td_thr; in __kmp_execute_tasks_template()
2936 other_thread = threads_data[victim_tid].td.td_thr; in __kmp_execute_tasks_template()
2948 (TCR_PTR(CCAST(void *, other_thread->th.th_sleep_loc)) != in __kmp_execute_tasks_template()
2951 __kmp_null_resume_wrapper(__kmp_gtid_from_thread(other_thread), in __kmp_execute_tasks_template()
2952 other_thread->th.th_sleep_loc); in __kmp_execute_tasks_template()
2965 task = __kmp_steal_task(other_thread, gtid, task_team, in __kmp_execute_tasks_template()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DProcess.cpp807 ThreadSP other_thread; in HandleProcessStateChangedEvent() local
825 if (!other_thread) in HandleProcessStateChangedEvent()
826 other_thread = thread; in HandleProcessStateChangedEvent()
841 if (!other_thread) in HandleProcessStateChangedEvent()
842 other_thread = thread; in HandleProcessStateChangedEvent()
852 else if (other_thread) in HandleProcessStateChangedEvent()
853 thread_list.SetSelectedThreadByID(other_thread->GetID()); in HandleProcessStateChangedEvent()