Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   prctl    ( 2 )

операции над процессом или потоком (operations on a process or thread)

  Name  |  Synopsis  |  Description  |  Return value  |  Error  |  Versions  |    Conforming to    |  See also  |

Стандарты (Conforming to)

This call is Linux-specific. IRIX has a prctl() system call (also introduced in Linux 2.1.44 as irix_prctl on the MIPS architecture), with prototype

ptrdiff_t prctl(int option, int arg2, int arg3);

and options to get the maximum number of processes per user, get the maximum number of processors the calling process can use, find out whether a specified process is currently blocked, get or set the maximum stack size, and so on.