Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestRecognizeBreakpoint.py27 self.current_thread = 0
65 if self.after_cont and self.current_thread == 1:
89 self.current_thread = thread
H A DTestNoLocalFile.py27 self.current_thread = 0
/llvm-project-15.0.7/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp1280 static volatile TIDT current_thread = 0; in _N_() local
1285 if (current_thread == 0) { in _N_()
1287 current_thread = __itt_thread_id(); in _N_()
1304 current_thread = 0; in _N_()
1372 static volatile TIDT current_thread = 0; in _N_() local
1380 if (current_thread == 0) { in _N_()
1382 current_thread = __itt_thread_id(); in _N_()
1479 current_thread = 0; in _N_()
1482 current_thread = 0; in _N_()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc539 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread() local
544 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread()
547 std::make_pair(current_thread, ThreadLocalValues())).first; in GetValueOnCurrentThread()
548 StartWatcherThreadFor(current_thread); in GetValueOnCurrentThread()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp749 Thread *current_thread = GetDefaultThread(); in DoExecute() local
750 if (current_thread == nullptr) { in DoExecute()
757 if (thread == current_thread) { in DoExecute()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.cpp607 kmp_hw_thread_t &current_thread = hw_threads[i]; in check_ids() local
611 if (previous_thread.ids[j] != current_thread.ids[j]) { in check_ids()