Home
last modified time | relevance | path

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

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