Home
last modified time | relevance | path

Searched refs:GetCurrentThreadId (Results 1 – 25 of 155) sorted by relevance

1234567

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Dbasic_recursive_mutex.hpp47 long const current_thread_id=boost::winapi::GetCurrentThreadId(); in try_lock()
53 long const current_thread_id=boost::winapi::GetCurrentThreadId(); in lock()
64 long const current_thread_id=boost::winapi::GetCurrentThreadId(); in timed_lock()
70 long const current_thread_id=boost::winapi::GetCurrentThreadId(); in timed_lock()
79 long const current_thread_id=boost::winapi::GetCurrentThreadId(); in try_lock_for()
85 long const current_thread_id=boost::winapi::GetCurrentThreadId(); in try_lock_until()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
H A Drecording_tpu_driver.cc161 auto thread_id = GetCurrentThreadId(); in Allocate()
185 auto thread_id = GetCurrentThreadId(); in Allocate()
222 auto thread_id = GetCurrentThreadId(); in AllocateTuple()
249 auto thread_id = GetCurrentThreadId(); in Deallocate()
272 auto thread_id = GetCurrentThreadId(); in TransferToDevice()
301 auto thread_id = GetCurrentThreadId(); in TransferFromDevice()
323 auto thread_id = GetCurrentThreadId(); in TransferFromDeviceToDevice()
348 auto thread_id = GetCurrentThreadId(); in CompileProgram()
368 auto thread_id = GetCurrentThreadId(); in LoadProgram()
393 auto thread_id = GetCurrentThreadId(); in UnloadProgram()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/frontends/wgl/
H A Dstw_tls.c78 DWORD dwCurrentThreadId = GetCurrentThreadId(); in stw_tls_init()
187 data = stw_tls_data_create(GetCurrentThreadId()); in stw_tls_init_thread()
211 data = stw_tls_lookup_pending_data(GetCurrentThreadId()); in stw_tls_cleanup_thread()
280 DWORD dwCurrentThreadId = GetCurrentThreadId(); in stw_tls_get_data()
307 assert(data->dwThreadId == GetCurrentThreadId()); in stw_tls_get_data()
/aosp_15_r20/external/angle/src/libANGLE/
H A DContextMutex.cpp21 *currentThreadIdOut = angle::GetCurrentThreadId(); in CheckThreadIdCurrent()
240 const angle::ThreadId threadId = angle::GetCurrentThreadId(); in tryLockImpl()
268 const angle::ThreadId threadId = angle::GetCurrentThreadId(); in lockImpl()
298 ASSERT(mOwnerThreadId.load(std::memory_order_relaxed) == angle::GetCurrentThreadId()); in unlockImpl()
347 TryUpdateThreadId(&mOwnerThreadId, angle::GetCurrentThreadId(), angle::InvalidThreadId())); in unlockImpl()
H A DGlobalMutex.cpp41 const angle::ThreadId threadId = angle::GetCurrentThreadId(); in lock()
50 ASSERT(getOwnerThreadId() == angle::GetCurrentThreadId()); in unlock()
73 const angle::ThreadId threadId = angle::GetCurrentThreadId(); in lock()
92 ASSERT(getOwnerThreadId() == angle::GetCurrentThreadId()); in unlock()
/aosp_15_r20/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc508 GetCurrentThreadId(), in HandleException()
597 GetCurrentThreadId(), in HandleInvalidParameter()
678 GetCurrentThreadId(), in HandlePureVirtualCall()
720 requesting_thread_id_ = GetCurrentThreadId(); in WriteMinidumpOnHandlerThread()
760 return WriteMinidumpWithException(GetCurrentThreadId(), in WriteMinidumpForException()
954 breakpad_info.dump_thread_id = GetCurrentThreadId(); in WriteMinidumpWithExceptionForProcess()
/aosp_15_r20/external/angle/src/common/
H A Dsystem_utils.h67 ThreadId GetCurrentThreadId();
238 ANGLE_INLINE ThreadId GetCurrentThreadId() in GetCurrentThreadId() function
249 ANGLE_INLINE ThreadId GetCurrentThreadId() in GetCurrentThreadId() function
H A Dsystem_utils_unittest.cpp450 TEST(SystemUtils, GetCurrentThreadId) in TEST() argument
467 const angle::ThreadId threadId = angle::GetCurrentThreadId(); in TEST()
485 EXPECT_EQ(threadId, angle::GetCurrentThreadId()); in TEST()
/aosp_15_r20/external/armnn/profiling/common/src/
H A DThreads.cpp27 int GetCurrentThreadId() in GetCurrentThreadId() function
33 return ::GetCurrentThreadId(); in GetCurrentThreadId()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/
H A Dplatform_thread_win.cc17 return ::GetCurrentThreadId(); in CurrentId()
22 return PlatformThreadRef(::GetCurrentThreadId()); in CurrentRef()
/aosp_15_r20/external/perfetto/include/perfetto/base/
H A Dthread_utils.h28 __declspec(dllimport) unsigned long __stdcall GetCurrentThreadId();
68 return static_cast<uint64_t>(GetCurrentThreadId());
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/base/
H A Dthread_utils.h28 __declspec(dllimport) unsigned long __stdcall GetCurrentThreadId();
68 return static_cast<uint64_t>(GetCurrentThreadId());
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/internal/
H A Dtracing_muxer.h107 base::PlatformThreadId GetCurrentThreadId() { in GetCurrentThreadId() function
108 return platform_->GetCurrentThreadId(); in GetCurrentThreadId()
/aosp_15_r20/external/perfetto/include/perfetto/tracing/internal/
H A Dtracing_muxer.h107 base::PlatformThreadId GetCurrentThreadId() { in GetCurrentThreadId() function
108 return platform_->GetCurrentThreadId(); in GetCurrentThreadId()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dplatform_thread_types.cc39 return GetCurrentThreadId(); in CurrentThreadId()
60 return GetCurrentThreadId(); in CurrentThreadRef()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/windows/
Dlog.cc105 (int)(now.tv_nsec), GetCurrentThreadId(), display_file, args->line, in gpr_default_log()
110 (int)(now.tv_nsec), GetCurrentThreadId(), display_file, args->line, in gpr_default_log()
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/windows/
H A Dlog.cc105 (int)(now.tv_nsec), GetCurrentThreadId(), display_file, args->line, in gpr_platform_log()
110 (int)(now.tv_nsec), GetCurrentThreadId(), display_file, args->line, in gpr_platform_log()
/aosp_15_r20/external/cronet/base/profiler/
H A Dsuspendable_thread_delegate_win.cc48 if (thread_id == ::GetCurrentThreadId()) in GetThreadHandle()
76 if (thread_id == ::GetCurrentThreadId()) in GetThreadEnvironmentBlock()
/aosp_15_r20/external/python/cpython2/Python/
Dthread_nt.h54 mutex->thread_id = GetCurrentThreadId() ; /* We own it */ in EnterNonRecursiveMutex()
190 return GetCurrentThreadId(); in PyThread_get_thread_ident()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/misc/win32/
H A Dmisc.c229 ha, (unsigned int)seq, (unsigned int)GetCurrentThreadId(), in apr_dbg_log()
258 (unsigned int)GetCurrentThreadId(), in apr_dbg_log()
/aosp_15_r20/external/cronet/base/memory/
H A Draw_ptr_asan_service.cc146 int GetCurrentThreadId() { in GetCurrentThreadId() function
253 if (free_thread_id != GetCurrentThreadId()) { in ErrorReportCallback()
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/
H A Denv.cc105 int32 GetCurrentThreadId() override { in GetCurrentThreadId() function in tensorflow::__anon9a92b9580111::WindowsEnv
106 return static_cast<int32>(::GetCurrentThreadId()); in GetCurrentThreadId()
/aosp_15_r20/external/armnn/src/profiling/test/
H A DTimelinePacketTests.cpp731 const int threadId = arm::pipe::GetCurrentThreadId();
749 const int threadId = arm::pipe::GetCurrentThreadId();
767 const int threadId = arm::pipe::GetCurrentThreadId();
785 const int threadId = arm::pipe::GetCurrentThreadId();
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
H A DThreading.inc58 return uint64_t(::GetCurrentThreadId());
96 SetThreadName(::GetCurrentThreadId(), NameStr.data());
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Denv.cc139 int32 GetCurrentThreadId() override { in GetCurrentThreadId() function in tensorflow::__anone2c9a2320111::PosixEnv
150 *name = strings::StrCat(thread_name->second, "/", GetCurrentThreadId()); in GetCurrentThreadName()

1234567