replace osiMutex with epicsMutex; osiEvent with epicsEvent

This commit is contained in:
Marty Kraimer
2001-01-11 16:32:55 +00:00
parent 36a69befd8
commit c1ba676103
7 changed files with 9 additions and 8 deletions

View File

@@ -82,7 +82,7 @@ public:
void * operator new ( size_t size );
void operator delete ( void *pCadaver, size_t size );
private:
osiEvent block;
epicsEvent block;
dbPutNotifyIO *pPN;
dbChannelIO &chan;
@@ -150,6 +150,6 @@ private:
dbEventCtx ctx;
char *pEventCallbackCache;
unsigned long eventCallbackCacheSize;
osiMutex mutex;
epicsMutex mutex;
};

View File

@@ -626,7 +626,8 @@ void dbCaTask()
short link_action;
int status;
SEVCHK(ca_context_create(enablePreemption),"dbCaTask calling ca_task_initialize");
SEVCHK(ca_context_create(enablePreemption),
"dbCaTask calling ca_context_create");
SEVCHK(ca_add_exception_event(exceptionCallback,NULL),
"ca_add_exception_event");
/*Dont do anything until iocInit initializes database*/

View File

@@ -20,7 +20,7 @@
#include "cadef.h"
#include "cacIO.h"
#include "tsFreeList.h"
#include "osiMutex.h"
#include "epicsMutex.h"
#define epicsExportSharedSymbols
#include "db_access_routines.h"

View File

@@ -19,7 +19,7 @@
#include "limits.h"
#include "string.h"
#include "osiMutex.h"
#include "epicsMutex.h"
#include "osiTime.h"
#include "tsFreeList.h"
#include "errMdef.h"

View File

@@ -19,7 +19,7 @@
#include "limits.h"
#include "string.h"
#include "osiMutex.h"
#include "epicsMutex.h"
#include "tsFreeList.h"
#include "errMdef.h"

View File

@@ -17,7 +17,7 @@
#include "limits.h"
#include "osiMutex.h"
#include "epicsMutex.h"
#include "tsFreeList.h"
#include "cadef.h"

View File

@@ -17,7 +17,7 @@
#include "limits.h"
#include "osiMutex.h"
#include "epicsMutex.h"
#include "tsFreeList.h"
#include "cadef.h"