Home
last modified time | relevance | path

Searched refs:thread_id_ (Results 1 – 25 of 32) sorted by relevance

12

/third_party/gn/src/base/win/
Dscoped_process_information.cc37 : process_id_(0), thread_id_(0) {} in ScopedProcessInformation()
41 : process_id_(0), thread_id_(0) { in ScopedProcessInformation()
50 return process_id_ || process_handle_.Get() || thread_id_ || in IsValid()
58 thread_id_ = 0; in Close()
68 thread_id_ = process_info.dwThreadId; in Set()
79 thread_id_ = other.thread_id(); in DuplicateFrom()
93 thread_id_ = 0; in Take()
104 thread_id_ = 0; in TakeThreadHandle()
Dscoped_process_information.h59 DWORD thread_id() const { return thread_id_; } in thread_id()
65 DWORD thread_id_; variable
/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dthread_checker.h45 ThreadChecker() : thread_id_(pthread_self()) {} in ThreadChecker()
48 return thread_id_ == pthread_self(); in CalledOnValidThread()
52 const pthread_t thread_id_;
/third_party/node/src/
Dnode_worker.cc60 thread_id_(AllocateEnvironmentThreadId()), in Worker()
65 thread_id_.id); in Worker()
83 Number::New(env->isolate(), static_cast<double>(thread_id_.id))) in Worker()
87 GetInspectorParentHandle(env, thread_id_, url.c_str(), name.c_str()); in Worker()
93 Debug(this, "Preparation for worker %llu finished", thread_id_.id); in Worker()
193 Debug(w_, "Worker %llu dispose isolate", w_->thread_id_.id); in ~WorkerThreadData()
261 std::string trace_name = "[worker " + std::to_string(thread_id_.id) + "]" + in Run()
267 Debug(this, "Creating isolate for worker with id %llu", thread_id_.id); in Run()
273 Debug(this, "Starting worker with id %llu", thread_id_.id); in Run()
335 thread_id_, in Run()
[all …]
Dnode_worker.h100 ThreadId thread_id_; variable
/third_party/cef/libcef/common/
Dthread_impl.cc44 CefThreadImpl::CefThreadImpl() : thread_id_(kInvalidPlatformThreadId) {} in CefThreadImpl()
114 thread_id_ = thread_->GetThreadId(); in Create()
123 return thread_id_; in GetPlatformThreadId()
Dvalue_base.h176 : thread_id_(base::PlatformThread::CurrentId()) {} in CefValueControllerNonThreadSafe()
186 return (thread_id_ == base::PlatformThread::CurrentId()); in on_correct_thread()
194 base::PlatformThreadId thread_id_;
Dthread_impl.h36 cef_platform_thread_id_t thread_id_; variable
/third_party/cef/tests/ceftests/
Dthread_unittest.cc38 thread_id_ = thread_->GetPlatformThreadId(); in CreateTestThread()
39 EXPECT_NE(thread_id_, kInvalidPlatformThreadId); in CreateTestThread()
85 EXPECT_EQ(thread_id_, thread_->GetPlatformThreadId()); in AssertOwnerThread()
93 EXPECT_EQ(thread_id_, thread_->GetPlatformThreadId()); in AssertTestThread()
111 cef_platform_thread_id_t thread_id_; member in __anon62b858dd0111::ThreadTest
/third_party/node/deps/v8/src/execution/
Dthread-local-top.cc17 thread_id_ = ThreadId(); in Clear()
45 thread_id_ = ThreadId::Current(); in Initialize()
Dlocal-isolate.h111 ThreadId thread_id() const { return thread_id_; } in thread_id()
159 ThreadId const thread_id_; variable
Dlocal-isolate.cc22 thread_id_(ThreadId::Current()), in LocalIsolate()
Dthread-local-top.h111 std::atomic<ThreadId> thread_id_; variable
Disolate.h552 thread_id_(thread_id), in PerIsolateThreadData()
565 ThreadId thread_id() const { return thread_id_; } in thread_id()
575 return isolate_ == isolate && thread_id_ == thread_id; in FIELD_ACCESSOR()
580 ThreadId thread_id_; variable
742 thread_local_top()->thread_id_.store(id, std::memory_order_relaxed); in set_thread_id()
745 return thread_local_top()->thread_id_.load(std::memory_order_relaxed); in thread_id()
/third_party/gn/src/gn/
Dtrace.h43 std::thread::id thread_id() const { return thread_id_; } in thread_id()
63 std::thread::id thread_id_; variable
Dtrace.cc125 : type_(type), name_(name), thread_id_(thread_id) {} in TraceItem()
/third_party/cef/tests/cefclient/browser/
Dmain_message_loop_multithreaded_gtk.cc62 : thread_id_(base::PlatformThread::CurrentId()) { in MainMessageLoopMultithreadedGtk()
120 return (thread_id_ == base::PlatformThread::CurrentId()); in RunsTasksOnCurrentThread()
Dmain_message_loop_multithreaded_win.cc23 : thread_id_(base::PlatformThread::CurrentId()), in MainMessageLoopMultithreadedWin()
95 return (thread_id_ == base::PlatformThread::CurrentId()); in RunsTasksOnCurrentThread()
Dmain_message_loop_multithreaded_gtk.h39 base::PlatformThreadId thread_id_; variable
Dmain_message_loop_multithreaded_win.h46 base::PlatformThreadId thread_id_; variable
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dengine_vulkan_debugger.cc541 thread_id_(threadId), in Thread()
583 request.threadId = thread_id_; in StepOver()
591 request.threadId = thread_id_; in StepIn()
599 request.threadId = thread_id_; in StepOut()
607 request.threadId = thread_id_; in Continue()
617 if (!client_.TopStackFrame(thread_id_, &frame)) { in ExpectLocation()
651 if (!client_.Callstack(thread_id_, &got_stack)) { in ExpectCallstack()
722 if (!client_.TopStackFrame(thread_id_, &frame)) { in ExpectLocalT()
795 const dap::integer thread_id_; member in amber::vulkan::__anone0acb01e0111::Thread
/third_party/ltp/testcases/kernel/fs/openfile/
Dopenfile.c206 void *threads(void *thread_id_) in threads() argument
208 int thread_id = (uintptr_t) thread_id_; in threads()
/third_party/node/deps/v8/src/logging/
Druntime-call-stats.cc241 if (thread_id_.IsValid()) return thread_id_ == ThreadId::Current(); in IsCalledOnTheSameThread()
242 thread_id_ = ThreadId::Current(); in IsCalledOnTheSameThread()
Druntime-call-stats.h609 ThreadId thread_id() const { return thread_id_; } in thread_id()
658 ThreadId thread_id_; variable
/third_party/node/deps/v8/src/diagnostics/
Dperf-jit.cc87 uint32_t thread_id_; member
276 code_load.thread_id_ = static_cast<uint32_t>(base::OS::GetCurrentThreadId()); in WriteJitCodeLoadEntry()

12