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 | |
| MTX | MTX_create (unsigned int options) |
| Creates a mutex. | |
| unsigned int | MTX_lock (MTX mutex) |
| Locks the mutex. This call may block until the mutex can be locked. | |
| unsigned int | MTX_unlock (MTX mutex) |
| Unlocks the mutex. | |
| unsigned int | MTX_destroy (MTX mutex) |
| Destroys the mutex. | |
CVS $Id: MTX.h,v 1.2 2004/12/07 16:13:04 russell Exp $
|
|
Creates a mutex.
|
|
|
Destroys the mutex.
|
|
|
Locks the mutex. This call may block until the mutex can be locked.
|
|
|
Unlocks the mutex.
|
1.4.4