GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > PBS / V2-11-0
Constituent: pbs     Tag: rad750
This graph shows which files directly or indirectly include this file:

Functions | |
| SEM | SEM_create (unsigned int options) |
| Creates a semaphore. | |
| unsigned int | SEM_takeW (SEM semaphore) |
| Takes the semaphore. This call will block until the semaphore can be taken. | |
| unsigned int | SEM_give (SEM semaphore) |
| Gives the semaphore. | |
| unsigned int | SEM_destroy (SEM semaphore) |
| Destroys the semaphore. | |
CVS $Id: SEM.h,v 1.2 2004/12/07 16:13:05 russell Exp $
|
|
Creates a semaphore.
|
|
|
Destroys the semaphore.
|
|
|
Gives the semaphore.
|
|
|
Takes the semaphore. This call will block until the semaphore can be taken.
|
1.4.4