Searched refs:GetThreadStackBaseAddress (Results 1 – 5 of 5) sorted by relevance
32 GetThreadStackBaseAddress(PlatformThread::CurrentId(), pthread_self()); in TEST()45 GetThreadStackBaseAddress(GetCurrentProcId(), pthread_t()); in TEST()
29 BASE_EXPORT std::optional<uintptr_t> GetThreadStackBaseAddress(
23 GetThreadStackBaseAddress(id, pthread_self()); in GetSamplingProfilerCurrentThreadToken()
74 std::optional<uintptr_t> GetThreadStackBaseAddress(PlatformThreadId id, in GetThreadStackBaseAddress() function
30 GetThreadStackBaseAddress(thread_token.id, thread_token.pthread_id); in Create()