GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > PBS / V2-11-0
Constituent: pbs     Tag: rad750
#include "PBI/Inline.h"
#include "PBI/Attribute.h"
#include "PBS/MTX.h"
Include dependency graph for MTX.ih:

This graph shows which files directly or indirectly include this file:

Defines | |
| #define | MTX__EXP_PROTO INLINE_USR_EXP_PROTO |
| Export Prototype spec. | |
| #define | MTX__LCL_PROTO INLINE_USR_LCL_PROTO |
| Internal Prototype spec. | |
| #define | MTX__EXP_FNC INLINE_USR_EXP_FNC |
| Export Function declaration. | |
| #define | MTX__LCL_FNC INLINE_USR_LCL_FNC |
| Internal Function declaration. | |
Functions | |
| MTX__EXP_PROTO MTX | MTX__create (unsigned int options) ATTR_UNUSED_OK |
| Creates a mutex. | |
| MTX__EXP_PROTO unsigned int | MTX__lock (MTX mutex) ATTR_UNUSED_OK |
| Locks the mutex. This call may block until the mutex can be locked. | |
| MTX__EXP_PROTO unsigned int | MTX__unlock (MTX mutex) ATTR_UNUSED_OK |
| Unlocks the mutex. | |
| MTX__EXP_PROTO unsigned int | MTX__destroy (MTX mutex) ATTR_UNUSED_OK |
| Destroys the mutex. | |
CVS $Id: MTX.ih,v 1.3 2005/10/01 01:00:11 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