Home
last modified time | relevance | path

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

/system/security/fsverity/libfsverity_rs/
Dsys.rs54 pub sig_ptr: u64, field
Dlib.rs59 sig_ptr: 0, in enable()
/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()