prctl (2) Linux Manual Page
NAME prctl – operations on a process or thread SYNOPSIS #include <sys/prctl.h> int prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5); DESCRIPTION prctl() manipulates various aspects of the behavior of the calling thread or process. Note that careless use of some prctl() operations can confuse the user-space run-time environment,…
