Searched refs:CurrentThreadId (Results 1 - 16 of 16) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
H A DThreadPoolInterface.h26 virtual int CurrentThreadId() const = 0;
H A DSimpleThreadPool.h76 int CurrentThreadId() const final {
H A DNonBlockingThreadPool.h104 int CurrentThreadId() const final {
/external/tensorflow/tensorflow/core/common_runtime/
H A Deigen_thread_pool.h33 int CurrentThreadId() const override { return pool_->CurrentThreadId(); }
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.cc60 thread_map_[rtc::CurrentThreadId()].global_state.tag = ToString(name);
65 thread_map_[rtc::CurrentThreadId()].global_state.tag = name;
70 thread_map_[rtc::CurrentThreadId()].global_state.tag = name;
75 thread_map_[rtc::CurrentThreadId()].global_state.enabled = enabled;
80 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId());
99 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId());
122 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId());
135 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId());
151 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId());
170 ThreadMap::iterator it = thread_map_.find(rtc::CurrentThreadId());
[all...]
/external/eigen/unsupported/test/
H A Dcxx11_non_blocking_thread_pool.cpp31 VERIFY_IS_EQUAL(tp.CurrentThreadId(), -1);
39 const int thread_id = tp.CurrentThreadId();
/external/tensorflow/tensorflow/core/lib/core/
H A Dthreadpool.h99 int CurrentThreadId() const;
H A Dthreadpool.cc139 // work synchronously. When calling CurrentThreadId()
142 int id = CurrentThreadId() + 1;
149 int ThreadPool::CurrentThreadId() const { return impl_->CurrentThreadId(); } function in class:tensorflow::ThreadPool
/external/webrtc/webrtc/base/
H A Dplatform_thread.h24 PlatformThreadId CurrentThreadId();
H A Devent_tracer.cc226 rtc::TimeMicros(), 1, rtc::CurrentThreadId());
H A Dplatform_thread.cc22 PlatformThreadId CurrentThreadId() { function in namespace:rtc
H A Dlogging.cc136 PlatformThreadId id = CurrentThreadId();
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
H A Dmultithreaded_conv.h47 int CurrentThreadId() const override { return pool_->CurrentThreadId(); }
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorDeviceThreadPool.h174 return pool_->CurrentThreadId();
/external/webrtc/webrtc/system_wrappers/source/
H A Dtrace_impl.cc80 uint32_t thread_id = rtc::CurrentThreadId();
/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding.cc57 int CurrentThreadId() const override { return pool_->CurrentThreadId(); }

Completed in 2411 milliseconds