Home
last modified time | relevance | path

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

/dports/audio/carla/Carla-2.4.1/source/modules/juce_events/messages/
H A Djuce_ApplicationBase.cpp97 : appLock ("juceAppLock_" + appName) in MultipleInstanceHandler()
103 if (appLock.enter (0)) in sendCommandLineToPreexistingInstance()
128 InterProcessLock appLock; member
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_events/messages/
H A Djuce_ApplicationBase.cpp97 : appLock ("juceAppLock_" + appName) in MultipleInstanceHandler()
103 if (appLock.enter (0)) in sendCommandLineToPreexistingInstance()
128 InterProcessLock appLock; member
/dports/devel/juce/JUCE-f37e9a1/modules/juce_events/messages/
H A Djuce_ApplicationBase.cpp97 : appLock ("juceAppLock_" + appName) in MultipleInstanceHandler()
103 if (appLock.enter (0)) in sendCommandLineToPreexistingInstance()
128 InterProcessLock appLock; member
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_app.c746 if ( guts. appLock > 0) return false; in apc_application_begin_paint()
1072 guts. appLock++; in apc_application_lock()
1079 if ( guts. appLock > 0) guts. appLock--; in apc_application_unlock()
H A Dapc_widget.c444 if ( guts. appLock > 0) return false; in apc_widget_begin_paint()
H A Dapc_event.c1959 if ( XX-> flags. paint_pending && (guts. appLock == 0) && in perform_pending_paints()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/base/
H A Dapplication.cpp144 std::unique_lock<std::mutex> appLock(app_mutex); in Instance() local
162 std::unique_lock<std::mutex> appLock(app_mutex); in ApplicationDestroy() local
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dapc.c544 if ( guts. appLock++ == 0) return LockWindowUpdate( HWND_DESKTOP); in apc_application_get_os_info()
548 if ( --guts. appLock == 0) return LockWindowUpdate( NULL); in apc_application_get_os_info()
H A Dglobal.c457 while ( guts. appLock > 0) apc_application_unlock( application); in window_subsystem_cleanup()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/win32/
H A Dwin32guts.h194 int appLock; // application lock count member
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h733 int appLock; member