Home
last modified time | relevance | path

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

/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/Additions/
H A DNSObject+GNUstepBase.m162 if (nil == exitLock)
165 if (nil == exitLock)
225 [exitLock lock];
228 [exitLock unlock];
241 [exitLock lock];
244 [exitLock unlock];
277 [exitLock lock];
282 [exitLock unlock];
297 [exitLock unlock];
306 [exitLock lock];
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DSynchronizedMessageSource.cs85 bool exitLock; field in System.ServiceModel.Channels.SynchronizedMessageSource.SynchronizedAsyncResult
102 exitLock = true; in SynchronizedAsyncResult()
137 if (exitLock) in ExitLock()
140 exitLock = false; in ExitLock()
176 thisPtr.exitLock = true; in OnEnterComplete()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/platform/crashhandler/
H A DCrashInfo.h98 CrashInfo() : exitLock(0) { } in CrashInfo()
109 boost::interprocess::interprocess_semaphore exitLock; member
H A DCrashHandlerWindows.cpp398 exit = m_pCrashInfo->exitLock.try_wait(); in waitForReporter()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/RetroPlayer/rendering/
H A DRPRenderManager.cpp422 CSingleExit exitLock(m_renderContext.GraphicsMutex()); in RenderInternal() local
/dports/games/arx-libertatis/arx-libertatis-1.1.2/tools/crashreporter/
H A DErrorReport.cpp846 m_pCrashInfo->exitLock.post(); in ReleaseApplicationLock()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/
H A DRenderManager.cpp690 CSingleExit exitLock(CServiceBroker::GetWinSystem()->GetGfxContext()); in Render() local