GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> IPBS / V0-0-2 > pbs / i845e
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 2011/03/25 21:15:01 saxton Exp $
| MTX MTX_create | ( | unsigned int | options | ) |
Creates a mutex.
| NON-NULL | A pointer to the created mutex | |
| NULL | Error in the creation |
| options | A bit mask of options formed from the enumeration MTX_OPTIONS_M |
| unsigned int MTX_destroy | ( | MTX | mutex | ) |
Destroys the mutex.
| mutex | The mutex to destroy |
| unsigned int MTX_lock | ( | MTX | mutex | ) |
Locks the mutex. This call may block until the mutex can be locked.
| mutex | The mutex to lock |
| unsigned int MTX_unlock | ( | MTX | mutex | ) |
Unlocks the mutex.
| mutex | The mutex to lock |
1.5.8