/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_logging.cc | 60 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/ |
D | thread_checker.cc | 29 ThreadID CurrentThreadId() { in CurrentThreadId() function 39 thread_id_.store(CurrentThreadId()); in ThreadChecker() 54 auto self = CurrentThreadId(); in CalledOnValidThread()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | eigen_thread_pool.h | 33 int CurrentThreadId() const override { return pool_->CurrentThreadId(); } in CurrentThreadId() function
|
/external/eigen/unsupported/test/ |
D | cxx11_non_blocking_thread_pool.cpp | 31 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/ |
D | threadpool.cc | 193 int id = CurrentThreadId() + 1; in ParallelForWithWorkerId() 200 int ThreadPool::CurrentThreadId() const { return impl_->CurrentThreadId(); } in CurrentThreadId() function in tensorflow::thread::ThreadPool
|
D | threadpool.h | 121 int CurrentThreadId() const;
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | eigen_support.cc | 64 int CurrentThreadId() const override { return pool_->CurrentThreadId(); } in CurrentThreadId() function in tflite::eigen_support::__anon64c280760111::EigenThreadPoolWrapper
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | evaluation_utils.cc | 45 int CurrentThreadId() const override { return pool_->CurrentThreadId(); } in CurrentThreadId() function in tensorflow::grappler::__anondc970a030111::EigenThreadPoolWrapper
|
D | constant_folding.cc | 77 int CurrentThreadId() const override { return pool_->CurrentThreadId(); } in CurrentThreadId() function in tensorflow::grappler::__anon118fb5a70111::EigenThreadPoolWrapper
|
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
D | ThreadPoolInterface.h | 26 virtual int CurrentThreadId() const = 0;
|
D | SimpleThreadPool.h | 76 int CurrentThreadId() const final { in CurrentThreadId() function
|
D | NonBlockingThreadPool.h | 104 int CurrentThreadId() const final { in CurrentThreadId() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | backend.cc | 81 int CurrentThreadId() const override { return pool_->CurrentThreadId(); } in CurrentThreadId() function in xla::__anonf38de3580111::EigenThreadPoolWrapper
|
/external/webrtc/webrtc/base/ |
D | platform_thread.h | 24 PlatformThreadId CurrentThreadId();
|
D | event_tracer.cc | 226 rtc::TimeMicros(), 1, rtc::CurrentThreadId()); in InternalAddTraceEvent()
|
D | platform_thread.cc | 22 PlatformThreadId CurrentThreadId() { in CurrentThreadId() function
|
D | logging.cc | 136 PlatformThreadId id = CurrentThreadId(); in LogMessage()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorDeviceThreadPool.h | 174 return pool_->CurrentThreadId(); in currentThreadId()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | trace_impl.cc | 80 uint32_t thread_id = rtc::CurrentThreadId(); in AddThreadId()
|