Home
last modified time | relevance | path

Searched refs:async_stack_crash_key (Results 1 – 3 of 3) sorted by relevance

/external/cronet/base/task/sequence_manager/
Dsequence_manager_impl.cc1201 void SequenceManagerImpl::EnableCrashKeys(const char* async_stack_crash_key) { in EnableCrashKeys() argument
1202 DCHECK(!main_thread_only().async_stack_crash_key); in EnableCrashKeys()
1204 main_thread_only().async_stack_crash_key = debug::AllocateCrashKeyString( in EnableCrashKeys()
1205 async_stack_crash_key, debug::CrashKeySize::Size64); in EnableCrashKeys()
1216 if (!main_thread_only().async_stack_crash_key) in RecordCrashKeys()
1242 main_thread_only().async_stack_crash_key, in RecordCrashKeys()
Dsequence_manager_impl.h133 void EnableCrashKeys(const char* async_stack_crash_key) override;
312 raw_ptr<debug::CrashKeyString> async_stack_crash_key = nullptr; member
Dsequence_manager.h282 virtual void EnableCrashKeys(const char* async_stack_crash_key) = 0;