Home
last modified time | relevance | path

Searched refs:GetThreadStackBaseAddress (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_base_address_posix_unittest.cc32 GetThreadStackBaseAddress(PlatformThread::CurrentId(), pthread_self()); in TEST()
45 GetThreadStackBaseAddress(GetCurrentProcId(), pthread_t()); in TEST()
H A Dstack_base_address_posix.h29 BASE_EXPORT std::optional<uintptr_t> GetThreadStackBaseAddress(
H A Dsampling_profiler_thread_token.cc23 GetThreadStackBaseAddress(id, pthread_self()); in GetSamplingProfilerCurrentThreadToken()
H A Dstack_base_address_posix.cc74 std::optional<uintptr_t> GetThreadStackBaseAddress(PlatformThreadId id, in GetThreadStackBaseAddress() function
H A Dthread_delegate_posix.cc30 GetThreadStackBaseAddress(thread_token.id, thread_token.pthread_id); in Create()