Home
last modified time | relevance | path

Searched refs:CurrentId (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/dports/biology/bamtools/bamtools-2.5.2/src/utils/
H A Dbamtools_pileup_engine.cpp23 int CurrentId; member
33 : CurrentId(-1) in PileupEnginePrivate()
57 CurrentId = al.RefID; in AddAlignment()
70 if (al.RefID == CurrentId) { in AddAlignment()
93 else if (al.RefID < CurrentId) { in AddAlignment()
110 CurrentId = al.RefID; in AddAlignment()
174 CurrentPileupData.RefId = CurrentId; in CreatePileupData()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/base/threading/
H A Dplatform_thread_posix.cc65 PlatformThread::CurrentId());
71 PlatformThread::CurrentId());
127 PlatformThreadId PlatformThread::CurrentId() {
180 return ThreadIdNameManager::GetInstance()->GetName(CurrentId());
229 << PlatformThread::CurrentId() << ") to " << nice_setting;
253 << PlatformThread::CurrentId() << ")";
H A Dplatform_thread_win.cc80 PlatformThread::CurrentId());
89 PlatformThread::CurrentId());
136 PlatformThreadId PlatformThread::CurrentId() {
166 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
184 SetNameInternal(CurrentId(), name.c_str());
189 return ThreadIdNameManager::GetInstance()->GetName(CurrentId());
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/base/threading/
H A Dplatform_thread_posix.cc73 PlatformThread::CurrentId()); in ThreadFunc()
79 PlatformThread::CurrentId()); in ThreadFunc()
135 PlatformThreadId PlatformThread::CurrentId() { in CurrentId() function in base::PlatformThread
192 return ThreadIdNameManager::GetInstance()->GetName(CurrentId()); in GetName()
269 << PlatformThread::CurrentId() << ") to " << nice_setting; in SetCurrentThreadPriority()
293 << PlatformThread::CurrentId() << ")"; in GetCurrentThreadPriority()
H A Dplatform_thread_win.cc88 PlatformThread::CurrentId()); in ThreadFunc()
97 PlatformThread::CurrentId()); in ThreadFunc()
142 PlatformThreadId PlatformThread::CurrentId() { in CurrentId() function in base::PlatformThread
172 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name); in SetName()
199 SetNameInternal(CurrentId(), name.c_str()); in SetName()
204 return ThreadIdNameManager::GetInstance()->GetName(CurrentId()); in GetName()
/dports/math/vtk8/VTK-8.2.0/Filters/HyperTree/
H A DvtkHyperTreeGridDepthLimiter.cxx41 this->CurrentId = 0; in vtkHyperTreeGridDepthLimiter()
61 os << indent << "CurrentId: " << this->CurrentId << endl; in PrintSelf()
104 this->CurrentId = 0; in ProcessTrees()
120 this->CurrentId = 0; in ProcessTrees()
166 vtkIdType outId = this->CurrentId ++; in RecursivelyProcessTree()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/base/
H A Dlock_impl_win.cc33 owning_thread_id_ = PlatformThread::CurrentId(); in Try()
50 owning_thread_id_ = PlatformThread::CurrentId(); in Lock()
73 DCHECK_EQ(owning_thread_id_, PlatformThread::CurrentId()); in AssertAcquired()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/profiler/
H A Dstack_sampling_profiler.cc403 DCHECK_NE(GetThreadId(), PlatformThread::CurrentId()); in GetOrCreateTaskRunnerForAdd()
463 DCHECK_EQ(GetThreadId(), PlatformThread::CurrentId()); in GetTaskRunnerOnSamplingThread()
470 DCHECK_EQ(GetThreadId(), PlatformThread::CurrentId()); in FinishCollection()
487 DCHECK_EQ(GetThreadId(), PlatformThread::CurrentId()); in ScheduleShutdownIfIdle()
512 DCHECK_EQ(GetThreadId(), PlatformThread::CurrentId()); in AddAuxUnwinderTask()
527 DCHECK_EQ(GetThreadId(), PlatformThread::CurrentId()); in ApplyMetadataToPastSamplesTask()
537 DCHECK_EQ(GetThreadId(), PlatformThread::CurrentId()); in AddCollectionTask()
562 DCHECK_EQ(GetThreadId(), PlatformThread::CurrentId()); in RemoveCollectionTask()
578 DCHECK_EQ(GetThreadId(), PlatformThread::CurrentId()); in RecordSampleTask()
623 DCHECK_EQ(GetThreadId(), PlatformThread::CurrentId()); in ShutdownTask()
[all …]
H A Dsampling_profiler_thread_token.cc11 return {PlatformThread::CurrentId(), pthread_self()}; in GetSamplingProfilerCurrentThreadToken()
13 return {PlatformThread::CurrentId()}; in GetSamplingProfilerCurrentThreadToken()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/threading/
H A Dplatform_thread_posix.cc79 PlatformThread::CurrentId()); in ThreadFunc()
85 PlatformThread::CurrentId()); in ThreadFunc()
173 PlatformThreadId PlatformThread::CurrentId() { in CurrentId() function in base::PlatformThread
239 return ThreadIdNameManager::GetInstance()->GetName(CurrentId()); in GetName()
321 << PlatformThread::CurrentId() << ") to " << nice_setting; in SetCurrentThreadPriorityImpl()
344 << PlatformThread::CurrentId() << ")"; in GetCurrentThreadPriority()
H A Dplatform_thread_android.cc49 Java_ThreadUtils_setThreadPriorityAudio(env, PlatformThread::CurrentId()); in SetCurrentThreadPriorityForPlatform()
58 env, PlatformThread::CurrentId())) { in GetCurrentThreadPriorityForPlatform()
73 if (PlatformThread::CurrentId() == getpid()) in SetName()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/threading/
H A Dplatform_thread_posix.cc79 PlatformThread::CurrentId()); in ThreadFunc()
85 PlatformThread::CurrentId()); in ThreadFunc()
173 PlatformThreadId PlatformThread::CurrentId() { in CurrentId() function in base::PlatformThread
239 return ThreadIdNameManager::GetInstance()->GetName(CurrentId()); in GetName()
321 << PlatformThread::CurrentId() << ") to " << nice_setting; in SetCurrentThreadPriorityImpl()
344 << PlatformThread::CurrentId() << ")"; in GetCurrentThreadPriority()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/threading/
H A Dplatform_thread_posix.cc79 PlatformThread::CurrentId()); in ThreadFunc()
85 PlatformThread::CurrentId()); in ThreadFunc()
173 PlatformThreadId PlatformThread::CurrentId() { in CurrentId() function in base::PlatformThread
239 return ThreadIdNameManager::GetInstance()->GetName(CurrentId()); in GetName()
321 << PlatformThread::CurrentId() << ") to " << nice_setting; in SetCurrentThreadPriorityImpl()
344 << PlatformThread::CurrentId() << ")"; in GetCurrentThreadPriority()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/threading/
H A Dplatform_thread_posix.cc79 PlatformThread::CurrentId()); in ThreadFunc()
85 PlatformThread::CurrentId()); in ThreadFunc()
173 PlatformThreadId PlatformThread::CurrentId() { in CurrentId() function in base::PlatformThread
239 return ThreadIdNameManager::GetInstance()->GetName(CurrentId()); in GetName()
321 << PlatformThread::CurrentId() << ") to " << nice_setting; in SetCurrentThreadPriorityImpl()
344 << PlatformThread::CurrentId() << ")"; in GetCurrentThreadPriority()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/base/threading/
H A Dplatform_thread_posix.cc79 PlatformThread::CurrentId()); in ThreadFunc()
85 PlatformThread::CurrentId()); in ThreadFunc()
173 PlatformThreadId PlatformThread::CurrentId() { in CurrentId() function in base::PlatformThread
239 return ThreadIdNameManager::GetInstance()->GetName(CurrentId()); in GetName()
321 << PlatformThread::CurrentId() << ") to " << nice_setting; in SetCurrentThreadPriorityImpl()
344 << PlatformThread::CurrentId() << ")"; in GetCurrentThreadPriority()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/services/sharing/nearby/platform/
H A Drecursive_mutex.cc25 owning_thread_id_ == base::PlatformThread::CurrentId()) { in Lock()
44 owning_thread_id_ = base::PlatformThread::CurrentId(); in Lock()
52 DCHECK_EQ(base::PlatformThread::CurrentId(), owning_thread_id_); in Unlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/profiler/
H A Dstack_sampling_profiler.cc443 DCHECK_NE(GetThreadId(), PlatformThread::CurrentId()); in GetOrCreateTaskRunnerForAdd()
503 DCHECK_EQ(GetThreadId(), PlatformThread::CurrentId()); in GetTaskRunnerOnSamplingThread()
510 DCHECK_EQ(GetThreadId(), PlatformThread::CurrentId()); in FinishCollection()
527 DCHECK_EQ(GetThreadId(), PlatformThread::CurrentId()); in ScheduleShutdownIfIdle()
552 DCHECK_EQ(GetThreadId(), PlatformThread::CurrentId()); in AddAuxUnwinderTask()
567 DCHECK_EQ(GetThreadId(), PlatformThread::CurrentId()); in ApplyMetadataToPastSamplesTask()
577 DCHECK_EQ(GetThreadId(), PlatformThread::CurrentId()); in AddCollectionTask()
604 DCHECK_EQ(GetThreadId(), PlatformThread::CurrentId()); in RemoveCollectionTask()
620 DCHECK_EQ(GetThreadId(), PlatformThread::CurrentId()); in RecordSampleTask()
665 DCHECK_EQ(GetThreadId(), PlatformThread::CurrentId()); in ShutdownTask()
[all …]
H A Dsampling_profiler_thread_token.cc11 return {PlatformThread::CurrentId(), pthread_self()}; in GetSamplingProfilerCurrentThreadToken()
13 return {PlatformThread::CurrentId()}; in GetSamplingProfilerCurrentThreadToken()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/threading/
H A Dplatform_thread_posix.cc93 PlatformThread::CurrentId()); in ThreadFunc()
99 PlatformThread::CurrentId()); in ThreadFunc()
187 PlatformThreadId PlatformThread::CurrentId() { in CurrentId() function in base::PlatformThread
257 return ThreadIdNameManager::GetInstance()->GetName(CurrentId()); in GetName()
339 << PlatformThread::CurrentId() << ") to " << nice_setting; in SetCurrentThreadPriorityImpl()
362 << PlatformThread::CurrentId() << ")"; in GetCurrentThreadPriority()
H A Dplatform_thread_android.cc49 Java_ThreadUtils_setThreadPriorityAudio(env, PlatformThread::CurrentId()); in SetCurrentThreadPriorityForPlatform()
58 env, PlatformThread::CurrentId())) { in GetCurrentThreadPriorityForPlatform()
73 if (PlatformThread::CurrentId() == getpid()) in SetName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Linq/Parallel/Utils/
H A DPLINQETWProvider.cs97 int taskId = Task.CurrentId ?? 0; in ParallelQueryBegin()
126 int taskId = Task.CurrentId ?? 0; in ParallelQueryEnd()
156 int taskId = Task.CurrentId ?? 0; in ParallelQueryFork()
187 int taskId = Task.CurrentId ?? 0; in ParallelQueryJoin()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/
H A DPLINQETWProvider.cs92 int taskId = Task.CurrentId ?? 0; in ParallelQueryBegin()
121 int taskId = Task.CurrentId ?? 0; in ParallelQueryEnd()
151 int taskId = Task.CurrentId ?? 0; in ParallelQueryFork()
182 int taskId = Task.CurrentId ?? 0; in ParallelQueryJoin()
/dports/math/vtk9/VTK-9.1.0/Filters/HyperTree/
H A DvtkHyperTreeGridDepthLimiter.cxx37 this->CurrentId = 0; in vtkHyperTreeGridDepthLimiter()
69 os << indent << "CurrentId: " << this->CurrentId << endl; in PrintSelf()
121 this->CurrentId = 0; in ProcessTrees()
159 vtkIdType outId = this->CurrentId++; in RecursivelyProcessTree()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/dbus/
H A Ddbus_statistics.cc47 origin_thread_id_(base::PlatformThread::CurrentId()) { in DBusStatistics()
51 DCHECK_EQ(origin_thread_id_, base::PlatformThread::CurrentId()); in ~DBusStatistics()
66 if (base::PlatformThread::CurrentId() != origin_thread_id_) { in AddStat()
68 << base::PlatformThread::CurrentId(); in AddStat()
89 DCHECK_EQ(origin_thread_id_, base::PlatformThread::CurrentId()); in GetStats()
/dports/www/chromium-legacy/chromium-88.0.4324.182/dbus/
H A Ddbus_statistics.cc48 origin_thread_id_(base::PlatformThread::CurrentId()) { in DBusStatistics()
52 DCHECK_EQ(origin_thread_id_, base::PlatformThread::CurrentId()); in ~DBusStatistics()
67 if (base::PlatformThread::CurrentId() != origin_thread_id_) { in AddStat()
69 << base::PlatformThread::CurrentId(); in AddStat()
90 DCHECK_EQ(origin_thread_id_, base::PlatformThread::CurrentId()); in GetStats()

12345678910>>...15