Home
last modified time | relevance | path

Searched refs:CurrentThreadId (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.cc60 thread_map_[rtc::CurrentThreadId()].global_state.tag = ToString(name); in SetGlobalContext()
65 thread_map_[rtc::CurrentThreadId()].global_state.tag = name; in SetGlobalContext()
70 thread_map_[rtc::CurrentThreadId()].global_state.tag = name; in SetGlobalContext()
75 thread_map_[rtc::CurrentThreadId()].global_state.enabled = enabled; in SetGlobalEnable()
80 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in Log()
99 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in Plot()
122 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in PlotBar()
135 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in PlotBaselineBar()
151 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in PlotErrorBar()
170 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId()); in PlotLimitErrorBar()
[all …]
/external/perfetto/src/base/
Dthread_checker.cc29 ThreadID CurrentThreadId() { in CurrentThreadId() function
39 thread_id_.store(CurrentThreadId()); in ThreadChecker()
54 auto self = CurrentThreadId(); in CalledOnValidThread()
/external/tensorflow/tensorflow/core/common_runtime/
Deigen_thread_pool.h33 int CurrentThreadId() const override { return pool_->CurrentThreadId(); } in CurrentThreadId() function
/external/eigen/unsupported/test/
Dcxx11_non_blocking_thread_pool.cpp31 VERIFY_IS_EQUAL(tp.CurrentThreadId(), -1); in test_parallelism()
39 const int thread_id = tp.CurrentThreadId(); in test_parallelism()
/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool.cc193 int id = CurrentThreadId() + 1; in ParallelForWithWorkerId()
200 int ThreadPool::CurrentThreadId() const { return impl_->CurrentThreadId(); } in CurrentThreadId() function in tensorflow::thread::ThreadPool
Dthreadpool.h121 int CurrentThreadId() const;
/external/tensorflow/tensorflow/lite/kernels/
Deigen_support.cc64 int CurrentThreadId() const override { return pool_->CurrentThreadId(); } in CurrentThreadId() function in tflite::eigen_support::__anon64c280760111::EigenThreadPoolWrapper
/external/tensorflow/tensorflow/core/grappler/optimizers/
Devaluation_utils.cc45 int CurrentThreadId() const override { return pool_->CurrentThreadId(); } in CurrentThreadId() function in tensorflow::grappler::__anondc970a030111::EigenThreadPoolWrapper
Dconstant_folding.cc77 int CurrentThreadId() const override { return pool_->CurrentThreadId(); } in CurrentThreadId() function in tensorflow::grappler::__anon118fb5a70111::EigenThreadPoolWrapper
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DThreadPoolInterface.h26 virtual int CurrentThreadId() const = 0;
DSimpleThreadPool.h76 int CurrentThreadId() const final { in CurrentThreadId() function
DNonBlockingThreadPool.h104 int CurrentThreadId() const final { in CurrentThreadId() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dbackend.cc81 int CurrentThreadId() const override { return pool_->CurrentThreadId(); } in CurrentThreadId() function in xla::__anonf38de3580111::EigenThreadPoolWrapper
/external/webrtc/webrtc/base/
Dplatform_thread.h24 PlatformThreadId CurrentThreadId();
Devent_tracer.cc226 rtc::TimeMicros(), 1, rtc::CurrentThreadId()); in InternalAddTraceEvent()
Dplatform_thread.cc22 PlatformThreadId CurrentThreadId() { in CurrentThreadId() function
Dlogging.cc136 PlatformThreadId id = CurrentThreadId(); in LogMessage()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceThreadPool.h174 return pool_->CurrentThreadId(); in currentThreadId()
/external/webrtc/webrtc/system_wrappers/source/
Dtrace_impl.cc80 uint32_t thread_id = rtc::CurrentThreadId(); in AddThreadId()