Module prctl

prctl is a Linux-only API for performing operations on a process or thread.

Note that careless use of some prctl() operations can confuse the user-space run-time environment, so these operations should be used with care.

For more documentation, please read prctl(2).

Enums

Functions