Searched refs:current_thread (Results 1 – 6 of 6) sorted by relevance
27 self.current_thread = 065 if self.after_cont and self.current_thread == 1:89 self.current_thread = thread
27 self.current_thread = 0
1280 static volatile TIDT current_thread = 0; in _N_() local1285 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_() local1380 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_()
539 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread() local544 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()
749 Thread *current_thread = GetDefaultThread(); in DoExecute() local750 if (current_thread == nullptr) { in DoExecute()757 if (thread == current_thread) { in DoExecute()
607 kmp_hw_thread_t ¤t_thread = hw_threads[i]; in check_ids() local611 if (previous_thread.ids[j] != current_thread.ids[j]) { in check_ids()