Searched refs:hImplCritDbgSection (Results 1 – 1 of 1) sorted by relevance
209 static HMTX hImplCritDbgSection = 0; variable220 DosCreateMutexSem( NULL, &hImplCritDbgSection, 0, sal_False ); in ImplDbgInitLock()232 DosCloseMutexSem( hImplCritDbgSection ); in ImplDbgDeInitLock()247 DosRequestMutexSem( hImplCritDbgSection, SEM_INDEFINITE_WAIT ); in ImplDbgLock()261 DosReleaseMutexSem( hImplCritDbgSection ); in ImplDbgUnlock()
Completed in 32 milliseconds