Home
last modified time | relevance | path

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

/trunk/main/tools/source/debug/
H A Ddebug.cxx209 static HMTX hImplCritDbgSection = 0; variable
220 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 15 milliseconds