prctl | Début | Suivant | Sommaire | Préc.page.lue | Accueil |
NOM | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
SYNOPSIS | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
#include <sys/prctl.h> int prctl(int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5);
DESCRIPTION | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
VALEUR RENVOYÉE | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
ERREURS | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
VERSIONS | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
CONFORMITÉ | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
ptrdiff_t prctl(int option, int arg2, int arg3);
et les options permettent de d'obtenir le nombre maximum de processus par utilisateur, le nombre maximal de processeur utilisables par un processus, vérifier si un processus est bloqué, lire ou fixer la taille des piles, etc...
VOIR AUSSI | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
TRADUCTION | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
Ce document est une traduction réalisée par Christophe Blaess <http://www.blaess.fr/christophe/> le 28 avril 1998 et révisée le 6 juin 2008.
L'équipe de traduction a fait le maximum pour réaliser une adaptation française de qualité. La version anglaise la plus à jour de ce document est toujours consultable via la commande : « LANG=C man 2 prctl ». N'hésitez pas à signaler à l'auteur ou au traducteur, selon le cas, toute erreur dans cette page de manuel.
Sommaire | Début | Suivant | Sommaire | Préc.page.lue | Accueil |
Table des mots clés | Début | Suivant | Sommaire | Préc.page.lue | Accueil |
EINVAL | ERREURS |
PR_GET_DUMPABLE | DESCRIPTION |
PR_GET_ENDIAN | DESCRIPTION |
PR_GET_FPEMU | DESCRIPTION |
PR_GET_FPEXC | DESCRIPTION |
PR_GET_KEEPCAPS | DESCRIPTION |
PR_GET_NAME | DESCRIPTION |
PR_GET_PDEATHSIG | DESCRIPTION |
PR_GET_TIMING | DESCRIPTION |
PR_GET_UNALIGN | DESCRIPTION |
PR_SET_DUMPABLE | DESCRIPTION |
PR_SET_ENDIAN | DESCRIPTION |
PR_SET_FPEMU | DESCRIPTION |
PR_SET_FPEXC | DESCRIPTION |
PR_SET_KEEPCAPS | DESCRIPTION |
PR_SET_NAME | DESCRIPTION |
PR_SET_PDEATHSIG | DESCRIPTION |
PR_SET_TIMING | DESCRIPTION |
PR_SET_UNALIGN | DESCRIPTION |