Home
last modified time | relevance | path

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

/src/crypto/krb5/src/ccapi/test/
H A Dsimple_lock_test.c25 void *other_thread (void) { in other_thread() function
64 status = pthread_create (&thread_id, NULL, (void *) other_thread, NULL); in main()
/src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp863 ThreadSP other_thread; in HandleProcessStateChangedEvent() local
881 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()
/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp3379 kmp_info_t *other_thread; local
3422 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);