![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <stddef.h>#include <string.h>#include <stdlib.h>#include <stdio.h>#include "epicsMutex.h"#include "epicsThread.h"#include "cantProceed.h"#include "errlog.h"#include "epicsInterrupt.h"
Include dependency graph for osdInterrupt.c:Go to the source code of this file.
Functions | |
| LIBCOM_API int | epicsInterruptLock () |
| LIBCOM_API void | epicsInterruptUnlock (int key) |
| LIBCOM_API int | epicsInterruptIsInterruptContext () |
| 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.