Home
last modified time | relevance | path

Searched refs:GetCurrentThreadId (Results 1 - 25 of 40) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_tls.c78 DWORD dwCurrentThreadId = GetCurrentThreadId(); in stw_tls_init()
181 data = stw_tls_data_create(GetCurrentThreadId()); in stw_tls_init_thread()
205 data = stw_tls_lookup_pending_data(GetCurrentThreadId()); in stw_tls_cleanup_thread()
274 DWORD dwCurrentThreadId = GetCurrentThreadId(); in stw_tls_get_data()
301 assert(data->dwThreadId = GetCurrentThreadId()); in stw_tls_get_data()
/third_party/node/deps/v8/src/execution/
H A Dthread-id.h32 static ThreadId Current() { return ThreadId(GetCurrentThreadId()); } in Current()
46 V8_EXPORT_PRIVATE static int GetCurrentThreadId();
H A Dthread-id.cc26 int ThreadId::GetCurrentThreadId() { in GetCurrentThreadId() function in v8::internal::ThreadId
/third_party/node/deps/v8/src/heap/cppgc/
H A Dprefinalizer-handler.cc35 creation_thread_id_(v8::base::OS::GetCurrentThreadId()) in PreFinalizerHandler()
87 return creation_thread_id_ == v8::base::OS::GetCurrentThreadId(); in CurrentThreadIsCreationThread()
H A Dpersistent-node.cc116 creation_thread_id_(v8::base::OS::GetCurrentThreadId()) { in PersistentRegion()
121 return creation_thread_id_ == v8::base::OS::GetCurrentThreadId(); in IsCreationThread()
H A Dpointer-policies.cc61 DCHECK_EQ(heap_->GetCreationThreadId(), v8::base::OS::GetCurrentThreadId()); in CheckPointerImpl()
H A Dheap-base.h285 int creation_thread_id_ = v8::base::OS::GetCurrentThreadId();
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_win.c144 data.tid = GetCurrentThreadId(); in ossl_pool_add_nonce_data()
165 data.tid = GetCurrentThreadId(); in ossl_rand_pool_add_additional_data()
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_win.c144 data.tid = GetCurrentThreadId(); in ossl_pool_add_nonce_data()
165 data.tid = GetCurrentThreadId(); in ossl_rand_pool_add_additional_data()
/third_party/skia/tools/
H A Dwin_dbghelp.cpp122 GetCurrentProcessId(), GetCurrentThreadId());
156 ExpParam.ThreadId = GetCurrentThreadId(); in GenerateDumpAndPrintCallstack()
/third_party/skia/src/core/
H A DSkThreadID.cpp12 SkThreadID SkGetThreadID() { return GetCurrentThreadId(); } in SkGetThreadID()
/third_party/ninja/src/
H A Dminidump-win32.cc71 mdei.ThreadId = GetCurrentThreadId(); in CreateWin32MiniDump()
/third_party/python/Python/
H A Dthread_nt.h235 return GetCurrentThreadId(); in PyThread_get_thread_ident()
252 native_id = GetCurrentThreadId(); in PyThread_get_thread_native_id()
/third_party/node/deps/openssl/openssl/crypto/
H A Dthreads_win.c205 return GetCurrentThreadId(); in CRYPTO_THREAD_get_current_id()
/third_party/openssl/crypto/
H A Dthreads_win.c205 return GetCurrentThreadId(); in CRYPTO_THREAD_get_current_id()
/third_party/lzma/CPP/7zip/Crypto/
H A DRandGen.cpp80 w = ::GetCurrentThreadId(); in Init()
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtrace-object.cc41 tid_ = base::OS::GetCurrentThreadId(); in Initialize()
/third_party/python/Modules/_multiprocessing/
H A Dsemaphore.c125 self->last_tid = GetCurrentThreadId(); in _multiprocessing_SemLock_acquire_impl()
154 self->last_tid = GetCurrentThreadId(); in _multiprocessing_SemLock_acquire_impl()
/third_party/googletest/googletest/src/
H A Dgtest-port.cc320 owner_thread_id_ = ::GetCurrentThreadId(); in Lock()
336 GTEST_CHECK_(owner_thread_id_ == ::GetCurrentThreadId()) in AssertHeld()
495 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc361 owner_thread_id_ = ::GetCurrentThreadId(); in Lock()
377 GTEST_CHECK_(owner_thread_id_ == ::GetCurrentThreadId()) in AssertHeld()
539 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread()
/third_party/node/deps/googletest/src/
H A Dgtest-port.cc326 owner_thread_id_ = ::GetCurrentThreadId(); in Lock()
342 GTEST_CHECK_(owner_thread_id_ == ::GetCurrentThreadId()) in AssertHeld()
501 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread()
/third_party/mesa3d/src/util/
H A Du_thread.h229 /* The GetCurrentThreadId() handle is only valid within the current thread. */ in util_set_current_thread_affinity()
268 /* The GetCurrentThreadId() handle is only valid within the current thread. */ in util_current_thread_get_time_nano()
384 return GetCurrentThreadId(); in util_get_thread_id()
/third_party/lzma/CPP/Common/
H A DMyWindows.h277 EXTERN_C DWORD GetCurrentThreadId();
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dsysinfo.cc368 return pid_t{GetCurrentThreadId()}; in GetTID()
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c326 d = (GetTickCount() << 12) ^ (GetCurrentThreadId() << 14) ^ GetCurrentProcessId(); in main()

Completed in 17 milliseconds

12