Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX_v2.c147 static MS_U32 _u32IntRefCnt = 0; variable
537 if((++_u32IntRefCnt) > 1) in MApi_DMX_Init()
662 if((--_u32IntRefCnt) > 0) in MApi_DMX_Exit()
666 if(_u32IntRefCnt == 0) in MApi_DMX_Exit()
689 if((_bKrenelMod == TRUE) && (_u32IntRefCnt == 0)) in MApi_DMX_Exit()