Home
last modified time | relevance | path

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

/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.cc55 thread_id_(AllocateEnvironmentThreadId()), in Worker()
58 thread_id_.id); in Worker()
76 Number::New(env->isolate(), static_cast<double>(thread_id_.id))) in Worker()
80 env, thread_id_, url.c_str()); in Worker()
86 Debug(this, "Preparation for worker %llu finished", thread_id_.id); in Worker()
191 Debug(w_, "Worker %llu dispose isolate", w_->thread_id_.id); in ~WorkerThreadData()
250 name += std::to_string(thread_id_.id); in Run()
256 Debug(this, "Creating isolate for worker with id %llu", thread_id_.id); in Run()
262 Debug(this, "Starting worker with id %llu", thread_id_.id); in Run()
320 thread_id_, in Run()
[all …]
Dnode_worker.h94 ThreadId thread_id_; variable
Denv.cc349 thread_id_(thread_id.id == static_cast<uint64_t>(-1) ? in Environment()
Denv-inl.h935 return thread_id_; in thread_id()
Denv.h1380 uint64_t 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 __anon5df936bc0111::ThreadTest
/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/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dtask.h93 pid_t get_linux_id() { return thread_id_; } in get_linux_id()
118 pid_t thread_id_; variable
Dtask.cc50 thread_id_ = syscall(SYS_gettid); in operator ()()
/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/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/mindspore/mindspore/ccsrc/minddata/dataset/engine/perf/
Dcpu_sampling.cc349 for (auto thread_id_ : iter.second) { in Collect() local
351 (void)ParseCpuInfo(op_id, thread_id_, &op_stat_); in Collect()