Searched refs:other_thread (Results 1 – 3 of 3) sorted by relevance
25 void *other_thread (void) { in other_thread() function64 status = pthread_create (&thread_id, NULL, (void *) other_thread, NULL); in main()
3366 kmp_info_t *other_thread; local3409 other_thread = threads_data[victim_tid].td.td_thr;3424 other_thread = threads_data[victim_tid].td.td_thr;3436 (TCR_PTR(CCAST(void *, other_thread->th.th_sleep_loc)) !=3439 __kmp_null_resume_wrapper(other_thread);
815 ThreadSP other_thread; in HandleProcessStateChangedEvent() local825 } else if (!other_thread) { in HandleProcessStateChangedEvent()826 other_thread = thread; in HandleProcessStateChangedEvent()831 else if (other_thread) in HandleProcessStateChangedEvent()832 thread_list.SetSelectedThreadByID(other_thread->GetID()); in HandleProcessStateChangedEvent()