This is Unofficial EPICS BASE Doxygen Site
osdMutex.h File Reference
#include <vxWorks.h>
#include <semLib.h>
+ Include dependency graph for osdMutex.h:

Go to the source code of this file.

Macros

#define epicsMutexOsdUnlock(ID)   semGive((SEM_ID)(ID))
 
#define epicsMutexOsdLock(ID)   (semTake((SEM_ID)(ID),WAIT_FOREVER)==OK ? epicsMutexLockOK : epicsMutexLockError)
 

Macro Definition Documentation

#define epicsMutexOsdLock (   ID)    (semTake((SEM_ID)(ID),WAIT_FOREVER)==OK ? epicsMutexLockOK : epicsMutexLockError)

Definition at line 24 of file osdMutex.h.

#define epicsMutexOsdUnlock (   ID)    semGive((SEM_ID)(ID))

Definition at line 22 of file osdMutex.h.