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()
863 ThreadSP other_thread; in HandleProcessStateChangedEvent() local881 if (!other_thread) in HandleProcessStateChangedEvent()882 other_thread = thread; in HandleProcessStateChangedEvent()897 if (!other_thread) in HandleProcessStateChangedEvent()898 other_thread = thread; in HandleProcessStateChangedEvent()908 else if (other_thread) in HandleProcessStateChangedEvent()909 thread_list.SetSelectedThreadByID(other_thread->GetID()); in HandleProcessStateChangedEvent()
3379 kmp_info_t *other_thread; local3422 other_thread = threads_data[victim_tid].td.td_thr;3437 other_thread = threads_data[victim_tid].td.td_thr;3449 (TCR_PTR(CCAST(void *, other_thread->th.th_sleep_loc)) !=3452 __kmp_null_resume_wrapper(other_thread);