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

  1.  
  2. Intro.3synch.html:
  3.     Title = Intro(3synch)
  4.     Version = 1.0
  5.     Name = Intro - introduction to synchronization routines in the Threads Library
  6.     IndexEntry = intro - introduction to synchronization routines in the Threads Library
  7.     SubName = Synchronization - introduction to synchronization routines in the Threads Library
  8.     SubName = intro - introduction to synchronization routines in the Threads Library
  9.     SubName = synch - introduction to synchronization routines in the Threads Library
  10.  
  11. barrier.3synch.html:
  12.     Title = barrier(3synch)
  13.     Version = 1.0
  14.     Name = barrier: barrier_init, barrier_wait, barrier_destroy, _barrier_spin_init, _barrier_spin, _barrier_spin_destroy - overview of barrier synchronization routines
  15.  
  16. barrier_destroy.3synch.html:
  17.     Title = barrier_destroy(3synch)
  18.     Version = 1.0
  19.     Name = barrier_destroy - destroy a blocking barrier
  20.  
  21. barrier_init.3synch.html:
  22.     Title = barrier_init(3synch)
  23.     Version = 1.0
  24.     Name = barrier_init - initialize a blocking barrier
  25.  
  26. _barrier_spin.3synch.html:
  27.     Title = _barrier_spin(3synch)
  28.     Version = 1.0
  29.     Name = _barrier_spin - spin-wait at a barrier
  30.  
  31. _barrier_spin_destroy.3synch.html:
  32.     Title = _barrier_spin_destroy(3synch)
  33.     Version = 1.0
  34.     Name = _barrier_spin_destroy - destroy a spin type barrier
  35.  
  36. _barrier_spin_init.3synch.html:
  37.     Title = _barrier_spin_init(3synch)
  38.     Version = 1.0
  39.     Name = _barrier_spin_init - initialize a spinning barrier
  40.  
  41. barrier_wait.3synch.html:
  42.     Title = barrier_wait(3synch)
  43.     Version = 1.0
  44.     Name = barrier_wait - wait at a blocking barrier
  45.  
  46. cond_broadcast.3synch.html:
  47.     Title = cond_broadcast(3synch)
  48.     Version = 1.0
  49.     Name = cond_broadcast - broadcast a wake-up call to all threads waiting on a condition variable
  50.  
  51. cond_destroy.3synch.html:
  52.     Title = cond_destroy(3synch)
  53.     Version = 1.0
  54.     Name = cond_destroy - destroy a condition variable
  55.  
  56. cond_init.3synch.html:
  57.     Title = cond_init(3synch)
  58.     Version = 1.0
  59.     Name = cond_init - initialize a condition variable
  60.  
  61. condition.3synch.html:
  62.     Title = condition(3synch)
  63.     Version = 1.0
  64.     Name = condition: cond_init, cond_signal, cond_broadcast, cond_wait, cond_timedwait, cond_destroy - overview of condition variable routines
  65.  
  66. cond_signal.3synch.html:
  67.     Title = cond_signal(3synch)
  68.     Version = 1.0
  69.     Name = cond_signal - wake up a single thread waiting on a condition variable
  70.  
  71. cond_timedwait.3synch.html:
  72.     Title = cond_timedwait(3synch)
  73.     Version = 1.0
  74.     Name = cond_timedwait - wait on a condition variable for a limited time
  75.  
  76. cond_wait.3synch.html:
  77.     Title = cond_wait(3synch)
  78.     Version = 1.0
  79.     Name = cond_wait - wait on a condition variable
  80.  
  81. mutex.3synch.html:
  82.     Title = mutex(3synch)
  83.     Version = 1.0
  84.     Name = mutex: mutex_init, mutex_lock, mutex_trylock, mutex_unlock, mutex_destroy - overview of mutual exclusion lock routines
  85.  
  86. mutex_destroy.3synch.html:
  87.     Title = mutex_destroy(3synch)
  88.     Version = 1.0
  89.     Name = mutex_destroy - destroy a mutex
  90.  
  91. mutex_init.3synch.html:
  92.     Title = mutex_init(3synch)
  93.     Version = 1.0
  94.     Name = mutex_init - initialize a mutex
  95.  
  96. mutex_lock.3synch.html:
  97.     Title = mutex_lock(3synch)
  98.     Version = 1.0
  99.     Name = mutex_lock - lock a mutex
  100.  
  101. mutex_trylock.3synch.html:
  102.     Title = mutex_trylock(3synch)
  103.     Version = 1.0
  104.     Name = mutex_trylock - conditionally lock a mutex
  105.  
  106. mutex_unlock.3synch.html:
  107.     Title = mutex_unlock(3synch)
  108.     Version = 1.0
  109.     Name = mutex_unlock - unlock a mutex
  110.  
  111. rmutex.3synch.html:
  112.     Title = rmutex(3synch)
  113.     Version = 1.0
  114.     Name = rmutex: rmutex_init, rmutex_lock, rmutex_trylock, rmutex_unlock, rmutex_destroy - overview of mutual exclusion lock routines
  115.  
  116. rmutex_destroy.3synch.html:
  117.     Title = rmutex_destroy(3synch)
  118.     Version = 1.0
  119.     Name = rmutex_destroy - destroy a recursive mutex
  120.  
  121. rmutex_init.3synch.html:
  122.     Title = rmutex_init(3synch)
  123.     Version = 1.0
  124.     Name = rmutex_init - initialize a recursive mutex
  125.  
  126. rmutex_lock.3synch.html:
  127.     Title = rmutex_lock(3synch)
  128.     Version = 1.0
  129.     Name = rmutex_lock - lock a recursive mutex
  130.  
  131. rmutex_trylock.3synch.html:
  132.     Title = rmutex_trylock(3synch)
  133.     Version = 1.0
  134.     Name = rmutex_trylock - conditionally lock a recursive mutex
  135.  
  136. rmutex_unlock.3synch.html:
  137.     Title = rmutex_unlock(3synch)
  138.     Version = 1.0
  139.     Name = rmutex_unlock - unlock a recursive mutex
  140.  
  141. rwlock.3synch.html:
  142.     Title = rwlock(3synch)
  143.     Version = 1.0
  144.     Name = rwlock: rwlock_init, rw_rdlock, rw_wrlock, rw_tryrdlock, rw_trywrlock, rw_unlock, rwlock_destroy, - overview of reader-writer lock routines
  145.  
  146. rwlock_destroy.3synch.html:
  147.     Title = rwlock_destroy(3synch)
  148.     Version = 1.0
  149.     Name = rwlock_destroy - destroy a reader-writer lock
  150.  
  151. rwlock_init.3synch.html:
  152.     Title = rwlock_init(3synch)
  153.     Version = 1.0
  154.     Name = rwlock_init - initialize a reader-writer lock
  155.  
  156. rw_rdlock.3synch.html:
  157.     Title = rw_rdlock(3synch)
  158.     Version = 1.0
  159.     Name = rw_rdlock - acquire a reader-writer lock in read mode.
  160.  
  161. rw_tryrdlock.3synch.html:
  162.     Title = rw_tryrdlock(3synch)
  163.     Version = 1.0
  164.     Name = rw_tryrdlock - conditionally acquire a reader-writer lock in read mode
  165.  
  166. rw_trywrlock.3synch.html:
  167.     Title = rw_trywrlock(3synch)
  168.     Version = 1.0
  169.     Name = rw_trywrlock - conditionally acquire a reader-writer lock in write mode
  170.  
  171. rw_unlock.3synch.html:
  172.     Title = rw_unlock(3synch)
  173.     Version = 1.0
  174.     Name = rw_unlock - release a reader-writer lock
  175.  
  176. rw_wrlock.3synch.html:
  177.     Title = rw_wrlock(3synch)
  178.     Version = 1.0
  179.     Name = rw_wrlock - acquire a reader-writer lock in write mode
  180.  
  181. sema_destroy.3synch.html:
  182.     Title = sema_destroy(3synch)
  183.     Version = 1.0
  184.     Name = sema_destroy - destroy a semaphore
  185.  
  186. sema_init.3synch.html:
  187.     Title = sema_init(3synch)
  188.     Version = 1.0
  189.     Name = sema_init - initialize a semaphore
  190.  
  191. semaphore.3synch.html:
  192.     Title = semaphore(3synch)
  193.     Version = 1.0
  194.     Name = semaphore: sema_destroy, sema_init, sema_post, sema_trywait, sema_wait - overview of semaphore routines
  195.  
  196. sema_post.3synch.html:
  197.     Title = sema_post(3synch)
  198.     Version = 1.0
  199.     Name = sema_post - release a lock by incrementing the count value of the semaphore
  200.  
  201. sema_trywait.3synch.html:
  202.     Title = sema_trywait(3synch)
  203.     Version = 1.0
  204.     Name = sema_trywait - conditionally claim resources under the semaphore's control
  205.  
  206. sema_wait.3synch.html:
  207.     Title = sema_wait(3synch)
  208.     Version = 1.0
  209.     Name = sema_wait - acquire a semaphore
  210.  
  211. _spin.3synch.html:
  212.     Title = _spin(3synch)
  213.     Version = 1.0
  214.     Name = _spin: _spin_init, _spin_lock, _spin_trylock, _spin_unlock, _spin_destroy - overview of spin lock routines
  215.  
  216. _spin_destroy.3synch.html:
  217.     Title = _spin_destroy(3synch)
  218.     Version = 1.0
  219.     Name = _spin_destroy - destroy a spin lock
  220.  
  221. _spin_init.3synch.html:
  222.     Title = _spin_init(3synch)
  223.     Version = 1.0
  224.     Name = _spin_init - initialize a spin lock
  225.  
  226. _spin_lock.3synch.html:
  227.     Title = _spin_lock(3synch)
  228.     Version = 1.0
  229.     Name = _spin_lock - lock a spin lock
  230.  
  231. _spin_trylock.3synch.html:
  232.     Title = _spin_trylock(3synch)
  233.     Version = 1.0
  234.     Name = _spin_trylock - conditionally lock a spin lock
  235.  
  236. _spin_unlock.3synch.html:
  237.     Title = _spin_unlock(3synch)
  238.     Version = 1.0
  239.     Name = _spin_unlock - unlock a spin lock
  240.