Home
last modified time | relevance | path

Searched refs:current_thread (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp1058 static volatile TIDT current_thread = 0; in _N_() local
1063 if (current_thread == 0) { in _N_()
1065 current_thread = __itt_thread_id(); in _N_()
1082 current_thread = 0; in _N_()
1097 static volatile TIDT current_thread = 0; in _N_() local
1105 if (current_thread == 0) { in _N_()
1107 current_thread = __itt_thread_id(); in _N_()
1200 current_thread = 0; in _N_()
1203 current_thread = 0; in _N_()
/freebsd-13.1/sys/ddb/
H A Ddb_break.c315 (((thread = current_thread()) != NULL) && in db_map_current()
336 ((thread = current_thread()) != NULL)) in db_map_addr()
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-port.cc456 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread() local
461 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread()
464 std::make_pair(current_thread, ThreadLocalValues())).first; in GetValueOnCurrentThread()
465 StartWatcherThreadFor(current_thread); in GetValueOnCurrentThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp713 Thread *current_thread = GetDefaultThread(); in DoExecute() local
714 if (current_thread == nullptr) { in DoExecute()
721 if (thread == current_thread) { in DoExecute()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp442 kmp_hw_thread_t &current_thread = hw_threads[i]; in check_ids() local
446 if (previous_thread.ids[j] != current_thread.ids[j]) { in check_ids()