Searched refs:current_thread (Results 1 – 5 of 5) sorted by relevance
1058 static volatile TIDT current_thread = 0; in _N_() local1063 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_() local1105 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_()
315 (((thread = current_thread()) != NULL) && in db_map_current()336 ((thread = current_thread()) != NULL)) in db_map_addr()
456 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread() local461 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()
713 Thread *current_thread = GetDefaultThread(); in DoExecute() local714 if (current_thread == nullptr) { in DoExecute()721 if (thread == current_thread) { in DoExecute()
442 kmp_hw_thread_t ¤t_thread = hw_threads[i]; in check_ids() local446 if (previous_thread.ids[j] != current_thread.ids[j]) { in check_ids()