home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / ixemul-39.47-env-bin.lha / man / cat3 / nice.0 < prev    next >
Text File  |  1993-12-07  |  1KB  |  67 lines

  1.  
  2. NICE(3)                    UNIX Programmer's Manual                    NICE(3)
  3.  
  4. NNAAMMEE
  5.      nniiccee - set program scheduling priority
  6.  
  7. SSYYNNOOPPSSIISS
  8.      nniiccee(_i_n_t _i_n_c_r)
  9.  
  10. DDEESSCCRRIIPPTTIIOONN
  11.      TThhiiss iinntteerrffaaccee iiss oobbssoolleetteedd bbyy sseettpprriioorriittyy((22))..
  12.  
  13.      The nniiccee() function obtains the scheduling priority of the process from
  14.      the system and sets it to the priority value specified in _i_n_c_r. The pri­
  15.      ority is a value in the range ­20 to 20.  The default priority is 0; low­
  16.      er priorities cause more favorable scheduling.  Only the super­user may
  17.      lower priorities.
  18.  
  19.      Children inherit the priority of their parent processes via fork(2).
  20.  
  21. SSEEEE AALLSSOO
  22.      nice(1),  setpriority(2),  fork(2),  renice(8)
  23.  
  24. HHIISSTTOORRYY
  25.      A nniiccee() syscall appeared in Version 6 AT&T UNIX.
  26.  
  27. 4th Berkeley Distribution       April 19, 1991                               1
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.