Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp3366 kmp_info_t *other_thread; local
3409 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);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp815 ThreadSP other_thread; in HandleProcessStateChangedEvent() local
825 } 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()