Searched refs:other_thread (Results 1 – 3 of 3) sorted by relevance
557 int other_thread; in make_3way_diff() local605 other_thread = high_water_thread ^ 0x1; in make_3way_diff()606 other_diff = current[other_thread]; in make_3way_diff()616 if (using[other_thread]) in make_3way_diff()617 last_using[other_thread]->next = other_diff; in make_3way_diff()619 using[other_thread] = other_diff; in make_3way_diff()620 last_using[other_thread] = other_diff; in make_3way_diff()625 current[other_thread] = current[other_thread]->next; in make_3way_diff()642 other_thread = high_water_thread ^ 0x1; in make_3way_diff()643 other_diff = current[other_thread]; in make_3way_diff()
831 ThreadSP other_thread; in HandleProcessStateChangedEvent() local849 if (!other_thread) in HandleProcessStateChangedEvent()850 other_thread = thread; in HandleProcessStateChangedEvent()865 if (!other_thread) in HandleProcessStateChangedEvent()866 other_thread = thread; in HandleProcessStateChangedEvent()876 else if (other_thread) in HandleProcessStateChangedEvent()877 thread_list.SetSelectedThreadByID(other_thread->GetID()); in HandleProcessStateChangedEvent()
3367 kmp_info_t *other_thread; local3412 other_thread = threads_data[victim_tid].td.td_thr;3427 other_thread = threads_data[victim_tid].td.td_thr;3439 (TCR_PTR(CCAST(void *, other_thread->th.th_sleep_loc)) !=3442 __kmp_null_resume_wrapper(other_thread);3455 task = __kmp_steal_task(other_thread, gtid, task_team,