Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_process.cpp79 thread->Attach(PTRACE_ATTATCH_OTHER_THREAD_TIMEOUT); in InitOtherThreads()
138 thread->Attach(PTRACE_ATTATCH_OTHER_THREAD_TIMEOUT); in Attach()
H A Ddfx_unwind_remote.cpp190 if (isVmProcAttach || thread->Attach(PTRACE_ATTATCH_OTHER_THREAD_TIMEOUT)) { in UnwindOtherThread()
247 if (thread->Attach(PTRACE_ATTATCH_OTHER_THREAD_TIMEOUT)) { in InitOtherThreadRegs()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_define.h44 static const int PTRACE_ATTATCH_OTHER_THREAD_TIMEOUT = 50; variable