![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <vxWorks.h>
#include <semLib.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) |
#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.