home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / BASEman / root.17 / usr / lib / scohelp / en_US.ISO8859-1 / man / html.3thread / man.3thread.node next >
Encoding:
Text File  |  1998-08-19  |  3.1 KB  |  115 lines

  1.  
  2. Intro.3thread.html:
  3.     Title = Intro(3thread)
  4.     Version = 1.0
  5.     Name = Intro - introduction to the Threads Library
  6.     IndexEntry = intro - introduction to the Threads Library
  7.     SubName = Threads - Threads library user-level synchronization routines
  8.     SubName = thread - Threads library user-level synchronization routines
  9.     SubName = intro - Threads library user-level synchronization routines
  10.  
  11. thr_continue.3thread.html:
  12.     Title = thr_continue(3thread)
  13.     Version = 1.0
  14.     Name = thr_continue - continue the execution of a suspended thread
  15.  
  16. thr_create.3thread.html:
  17.     Title = thr_create(3thread)
  18.     Version = 1.0
  19.     Name = thr_create - create a thread
  20.  
  21. thr_exit.3thread.html:
  22.     Title = thr_exit(3thread)
  23.     Version = 1.0
  24.     Name = thr_exit - terminate execution of the calling thread
  25.  
  26. thr_getconcurrency.3thread.html:
  27.     Title = thr_getconcurrency(3thread)
  28.     Version = 1.0
  29.     Name = thr_getconcurrency - retrieve the level of concurrency
  30.  
  31. thr_getprio.3thread.html:
  32.     Title = thr_getprio(3thread)
  33.     Version = 1.0
  34.     Name = thr_getprio - retrieve a thread's scheduling priority
  35.  
  36. thr_get_rr_interval.3thread.html:
  37.     Title = thr_get_rr_interval(3thread)
  38.     Version = 1.0
  39.     Name = thr_get_rr_interval - get the round-robin scheduling interval
  40.  
  41. thr_getscheduler.3thread.html:
  42.     Title = thr_getscheduler(3thread)
  43.     Version = 1.0
  44.     Name = thr_getscheduler - get the scheduling policy information for a thread
  45.  
  46. thr_getspecific.3thread.html:
  47.     Title = thr_getspecific(3thread)
  48.     Version = 1.0
  49.     Name = thr_getspecific - get thread-specific data
  50.  
  51. thr_join.3thread.html:
  52.     Title = thr_join(3thread)
  53.     Version = 1.0
  54.     Name = thr_join - join control paths with another thread
  55.  
  56. thr_keycreate.3thread.html:
  57.     Title = thr_keycreate(3thread)
  58.     Version = 1.0
  59.     Name = thr_keycreate - create thread-specific data key
  60.  
  61. thr_keydelete.3thread.html:
  62.     Title = thr_keydelete(3thread)
  63.     Version = 1.0
  64.     Name = thr_keydelete - thread-specific data key
  65.  
  66. thr_kill.3thread.html:
  67.     Title = thr_kill(3thread)
  68.     Version = 1.0
  69.     Name = thr_kill - send a signal to a sibling thread
  70.  
  71. thr_minstack.3thread.html:
  72.     Title = thr_minstack(3thread)
  73.     Version = 1.0
  74.     Name = thr_minstack - return the minimum stack size for a thread
  75.  
  76. thr_self.3thread.html:
  77.     Title = thr_self(3thread)
  78.     Version = 1.0
  79.     Name = thr_self - get thread identifier of the calling thread
  80.  
  81. thr_setconcurrency.3thread.html:
  82.     Title = thr_setconcurrency(3thread)
  83.     Version = 1.0
  84.     Name = thr_setconcurrency - request a level of concurrency
  85.  
  86. thr_setprio.3thread.html:
  87.     Title = thr_setprio(3thread)
  88.     Version = 1.0
  89.     Name = thr_setprio - set a thread's scheduling priority
  90.  
  91. thr_setscheduler.3thread.html:
  92.     Title = thr_setscheduler(3thread)
  93.     Version = 1.0
  94.     Name = thr_setscheduler - set the scheduling policy for a thread
  95.  
  96. thr_setspecific.3thread.html:
  97.     Title = thr_setspecific(3thread)
  98.     Version = 1.0
  99.     Name = thr_setspecific - set thread-specific data
  100.  
  101. thr_sigsetmask.3thread.html:
  102.     Title = thr_sigsetmask(3thread)
  103.     Version = 1.0
  104.     Name = thr_sigsetmask - change or examine the signal mask of a thread
  105.  
  106. thr_suspend.3thread.html:
  107.     Title = thr_suspend(3thread)
  108.     Version = 1.0
  109.     Name = thr_suspend - suspend the execution of a thread
  110.  
  111. thr_yield.3thread.html:
  112.     Title = thr_yield(3thread)
  113.     Version = 1.0
  114.     Name = thr_yield - yield the processor
  115.