Home
last modified time | relevance | path

Searched refs:tid_ (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_rwlock_test.cpp29 tid_ = mTid; in RwlockHandleControl()
40 tid_ = mTid; in RwlockHandleControl()
54 arg->tid_ = gettid(); in PthreadRwlockWakeupHelper()
63 arg->tid_ = gettid(); in PthreadRwlockTimeoutHelper()
103 WaitThreadSleep(arg->tid_); in TestPthreadRwlockWakeupWriter()
110 WaitThreadSleep(arg->tid_); in TestPthreadRwlockWakeupWriter()
121 pid_t tid_; member in RwlockHandleControl
/third_party/mesa3d/include/android_stub/backtrace/
H A DBacktrace.h162 pid_t Tid() const { return tid_; } in Tid()
201 pid_t tid_; member in Backtrace
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtrace-object.cc41 tid_ = base::OS::GetCurrentThreadId(); in Initialize()
119 tid_ = tid; in InitializeForTesting()
/third_party/node/src/
H A Dnode_worker.cc400 if (!tid_.has_value()) in JoinThread()
402 CHECK_EQ(uv_thread_join(&tid_.value()), 0); in JoinThread()
403 tid_.reset(); in JoinThread()
430 // If we get here, the tid_.has_value() condition at the top of the function in JoinThread()
441 CHECK(!tid_.has_value()); in ~Worker()
639 uv_thread_t* tid = &w->tid_.emplace(); // Create uv_thread_t instance in StartThread()
674 w->tid_.reset(); in StartThread()
697 if (!w->has_ref_ && w->tid_.has_value()) { in Ref()
712 if (w->has_ref_ && w->tid_.has_value()) { in Unref()
H A Dnode_worker.h90 std::optional<uv_thread_t> tid_; // Set while the thread is running member in node::worker::Worker
/third_party/node/deps/v8/include/libplatform/
H A Dv8-tracing.h67 int tid() const { return tid_; } in tid()
91 int tid_; member in v8::platform::tracing::TraceObject
/third_party/node/deps/v8/include/v8-include/libplatform/
H A Dv8-tracing.h67 int tid() const { return tid_; } in tid()
91 int tid_; member in v8::platform::tracing::TraceObject

Completed in 6 milliseconds