![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "libComAPI.h"
#include "osdInterrupt.h"
Go to the source code of this file.
Functions | |
LIBCOM_API int | epicsInterruptLock (void) |
LIBCOM_API void | epicsInterruptUnlock (int key) |
LIBCOM_API int | epicsInterruptIsInterruptContext (void) |
LIBCOM_API void | epicsInterruptContextMessage (const char *message) |
LIBCOM_API void epicsInterruptContextMessage | ( | const char * | message | ) |
Definition at line 53 of file osdInterrupt.c.
LIBCOM_API int epicsInterruptIsInterruptContext | ( | void | ) |
Definition at line 48 of file osdInterrupt.c.
LIBCOM_API int epicsInterruptLock | ( | void | ) |
Definition at line 34 of file osdInterrupt.c.
LIBCOM_API void epicsInterruptUnlock | ( | int | key | ) |
Definition at line 41 of file osdInterrupt.c.