/external/perfetto/src/base/ |
D | thread_checker.cc | 27 thread_id_.store(pthread_self()); in ThreadChecker() 33 thread_id_ = other.thread_id_.load(); in ThreadChecker() 37 thread_id_ = other.thread_id_.load(); in operator =() 46 if (thread_id_.compare_exchange_strong(prev_value, self)) in CalledOnValidThread() 52 thread_id_.store(kDetached); in DetachFromThread()
|
/external/libchrome/base/timer/ |
D | timer.cc | 71 thread_id_(0), in Timer() 92 thread_id_(0), in Timer() 112 DCHECK_EQ(thread_id_, 0); in SetTaskRunner() 184 if (!thread_id_) in PostNewScheduledTask() 185 thread_id_ = static_cast<int>(PlatformThread::CurrentId()); in PostNewScheduledTask() 193 DCHECK(thread_id_ == 0 || in AbandonScheduledTask() 194 thread_id_ == static_cast<int>(PlatformThread::CurrentId())); in AbandonScheduledTask()
|
D | timer.h | 202 int thread_id_; variable
|
/external/libchrome/base/threading/ |
D | thread_checker_impl.cc | 37 return thread_id_ == PlatformThread::CurrentRef(); in CalledOnValidThread() 42 thread_id_ = PlatformThreadRef(); in DetachFromThread() 49 if (!thread_id_.is_null()) in EnsureAssigned() 52 thread_id_ = PlatformThread::CurrentRef(); in EnsureAssigned()
|
D | platform_thread_unittest.cc | 101 : thread_id_(kInvalidThreadId), in FunctionTestThread() 118 thread_id_ = PlatformThread::CurrentId(); in ThreadMain() 119 EXPECT_NE(thread_id_, kInvalidThreadId); in ThreadMain() 122 EXPECT_EQ(thread_id_, PlatformThread::CurrentId()); in ThreadMain() 135 return thread_id_; in thread_id() 153 PlatformThreadId thread_id_; member in base::__anonaafb38500211::FunctionTestThread
|
D | thread_checker_impl.h | 43 mutable PlatformThreadRef thread_id_; variable
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | crash_generation_client.cc | 100 thread_id_(0), in CrashGenerationClient() 120 thread_id_(0), in CrashGenerationClient() 233 &thread_id_, in RegisterClient() 329 thread_id_ = GetCurrentThreadId(); in RequestDump()
|
D | client_info.h | 64 DWORD* thread_id() const { return thread_id_; } in thread_id() 144 DWORD* thread_id_; variable
|
D | client_info.cc | 51 thread_id_(thread_id), in ClientInfo() 152 thread_id_, in GetClientThreadId()
|
D | minidump_generator.cc | 266 thread_id_(thread_id), in MinidumpGenerator() 324 dump_exception_info.ThreadId = thread_id_; in WriteMinidump() 341 breakpad_info.dump_thread_id = thread_id_; in WriteMinidump()
|
D | crash_generation_client.h | 167 DWORD thread_id_; variable
|
D | minidump_generator.h | 149 DWORD thread_id_; variable
|
/external/google-breakpad/src/client/windows/unittests/ |
D | crash_generation_server_test.cc | 71 thread_id_(0), in CrashGenerationServerTest() 176 &thread_id_, in DoFaultyClient() 259 DWORD thread_id_; member in __anon67f72c870111::CrashGenerationServerTest
|
/external/libchrome/base/trace_event/ |
D | trace_event_impl.cc | 50 thread_id_(0), in TraceEvent() 72 thread_id_ = other->thread_id_; in MoveFrom() 108 thread_id_ = thread_id; in Initialize() 290 thread_id = thread_id_; in AppendAsJSON()
|
D | trace_event_impl.h | 127 int thread_id() const { return thread_id_; } in thread_id() 170 int thread_id_; member
|
/external/webrtc/webrtc/base/ |
D | thread.cc | 146 thread_id_(0), in Thread() 207 &thread_id_); in Start() 262 thread_id_ = 0; in Join() 502 thread_id_ = GetCurrentThreadId(); in WrapCurrentWithThreadManager()
|
D | thread.h | 191 return thread_id_; in GetId() 271 DWORD thread_id_; variable
|
/external/libchrome/base/message_loop/ |
D | message_loop.cc | 329 thread_id_(kInvalidThreadId) { in MessageLoop() 348 thread_id_ = PlatformThread::CurrentId(); in BindToCurrentThread() 352 DCHECK_NE(kInvalidThreadId, thread_id_) in GetThreadName() 355 return ThreadIdNameManager::GetInstance()->GetName(thread_id_); in GetThreadName()
|
/external/ltp/testcases/kernel/fs/openfile/ |
D | openfile.c | 206 void *threads(void *thread_id_) in threads() argument 208 int thread_id = (uintptr_t) thread_id_; in threads()
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | bind_task_runner_unittest.cc | 28 : thread_id_(base::PlatformThread::CurrentRef()), in TestTaskRunner() 51 return base::PlatformThread::CurrentRef() == thread_id_; in RunsTasksOnCurrentThread() 108 const base::PlatformThreadRef thread_id_; member in mojo::test::__anonbcb860870111::TestTaskRunner
|
/external/perfetto/include/perfetto/base/ |
D | thread_checker.h | 38 mutable std::atomic<pthread_t> thread_id_;
|
/external/v8/src/ |
D | perf-jit.cc | 78 uint32_t thread_id_; member 235 code_load.thread_id_ = static_cast<uint32_t>(base::OS::GetCurrentThreadId()); in LogRecordedBuffer()
|
D | isolate.h | 306 ThreadId thread_id_; variable 450 thread_id_(thread_id), in PerIsolateThreadData() 460 ThreadId thread_id() const { return thread_id_; } in thread_id() 470 return isolate_ == isolate && thread_id_.Equals(thread_id); in FIELD_ACCESSOR() 475 ThreadId thread_id_; variable
|
/external/adhd/cras/src/tests/ |
D | dbus_test.h | 280 pthread_t thread_id_; variable
|
/external/v8/src/base/platform/ |
D | platform-win32.cc | 1336 unsigned thread_id_; member in v8::base::Thread::PlatformData 1374 &data_->thread_id_)); in Start() 1380 if (data_->thread_id_ != GetCurrentThreadId()) { in Join()
|