Home
last modified time | relevance | path

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

/system/memory/libmemunreachable/
DThreadCapture.cpp180 void* sig_ptr = reinterpret_cast<void*>(static_cast<uintptr_t>(signal)); in PtraceDetach() local
181 if (ptrace(PTRACE_DETACH, tid, NULL, sig_ptr) < 0 && errno != ESRCH) { in PtraceDetach()