Searched refs:sig_ptr (Results 1 – 2 of 2) sorted by relevance
180 void* sig_ptr = reinterpret_cast<void*>(static_cast<uintptr_t>(signal)); in PtraceDetach() local181 if (ptrace(PTRACE_DETACH, tid, NULL, sig_ptr) < 0 && errno != ESRCH) { in PtraceDetach()
159 arg.sig_ptr = (uint64_t)pkcs7_data->data(); in enableFsVerity()