Searched refs:_nds_flt_mutexid (Results 1 – 1 of 1) sorted by relevance
153 #define NDS_FLT_ENTRY() MsOS_ObtainMutex(_nds_flt_mutexid, MSOS_WAIT_FOREVER)154 #define NDS_FLT_RETURN(_ret) { MsOS_ReleaseMutex(_nds_flt_mutexid); return _ret; }155 #define NDS_FLT_LOCK() MsOS_ObtainMutex(_nds_flt_mutexid, MSOS_WAIT_FOREVER)156 #define NDS_FLT_UNLOCK() MsOS_ReleaseMutex(_nds_flt_mutexid)276 static MS_S32 _nds_flt_eventid = -1, _nds_flt_mutexid = -1, _nds_flt_taskid =… variable891 _nds_flt_mutexid = MsOS_CreateMutex(E_MSOS_FIFO, "NDS_FLT_Mutex", MSOS_PROCESS_SHARED); in NDS_FLT_Init()892 MS_ASSERT(_nds_flt_mutexid >= 0); in NDS_FLT_Init()940 MsOS_DeleteMutex(_nds_flt_mutexid); in NDS_FLT_Exit()