Home
last modified time | relevance | path

Searched refs:_s32TCFMutexId (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/drv/tcf/
H A DdrvTCF.c134 static MS_S32 _s32TCFMutexId = -1; variable
331 _s32TCFMutexId = MsOS_CreateMutex(E_MSOS_FIFO, (char*)"TCF mutex", MSOS_PROCESS_SHARED); in MDrv_TCF_Init()
351 MsOS_ObtainMutex(_s32TCFMutexId, MSOS_WAIT_FOREVER); in MDrv_CF_Version_Info()
357 MsOS_ReleaseMutex(_s32TCFMutexId); in MDrv_CF_Version_Info()
367 MsOS_ObtainMutex(_s32TCFMutexId, MSOS_WAIT_FOREVER); in MDrv_CF_Trans_Status()
373 MsOS_ReleaseMutex(_s32TCFMutexId); in MDrv_CF_Trans_Status()
383 MsOS_ObtainMutex(_s32TCFMutexId, MSOS_WAIT_FOREVER); in MDrv_CF_Cf_Status()
389 MsOS_ReleaseMutex(_s32TCFMutexId); in MDrv_CF_Cf_Status()
399 MsOS_ObtainMutex(_s32TCFMutexId, MSOS_WAIT_FOREVER); in MDrv_CF_FeatureVector()
405 MsOS_ReleaseMutex(_s32TCFMutexId); in MDrv_CF_FeatureVector()
[all …]