Home  > Language reference > Functions > setpriority
Perl 5 version 32.0 documentation

setpriority

Perl functions A-Z | Perl functions by category | The 'perlfunc' manpage
  • setpriority WHICH,WHO,PRIORITY

    Sets the current priority for a process, a process group, or a user. (See setpriority(2).) Raises an exception when used on a machine that doesn't implement setpriority(2).

    WHICH can be any of PRIO_PROCESS , PRIO_PGRP or PRIO_USER imported from RESOURCE CONSTANTS in POSIX.

    Portability issues: setpriority in perlport.

  • Site info

  • Docs mantained by Perl 5 Porters
  • Perldoc site development sponsored by OpusVL Logo
  • About PerlDOC
  • Manuals

  • Overview
  • Tutorials
  • FAQs
  • Changes
  • Reference

  • Language
  • Functions
  • Operators
  • Variables
  • Modules

  • Modules
  • Pragmas
  • Utilities
  • Misc

  • License
  • Internals
  • Platforms
  • About
perldoc.perl.org - Official documentation for the Perl programming language
This website is a Beta release. For any issues please raise a ticket on GitHub