Searched defs:unlock (Results 1 - 23 of 23) sorted by relevance

/vbox/include/iprt/cpp/
H A Dlock.h90 /* lock() and unlock() are private so that only friend RTCLock can access
98 inline void unlock() function in class:RTCLockMtx
147 m_rMtx.unlock();
154 m_rMtx.unlock();
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsAutoLock.h205 * unlock
209 void unlock() { function in class:nsAutoLock
/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.cpp534 unlock();
555 unlock();
571 unlock();
589 VBoxDbgConsole::unlock() function in class:VBoxDbgConsole
616 pThis->unlock();
623 pThis->unlock();
666 pThis->unlock();
694 pThis->unlock();
722 pThis->unlock();
786 unlock();
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2io.c714 FILELOCK lock, unlock; local
718 unlock.lOffset = 0;
719 unlock.lRange = 0;
730 &unlock, &lock,
751 FILELOCK lock, unlock; local
755 unlock.lOffset = 0;
756 unlock.lRange = 0xffffffff;
759 &unlock, &lock,
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptsynch.c88 static void pt_PostNotifies(PRLock *lock, PRBool unlock) argument
109 if (unlock)
544 /* and if it transitioned to zero - unlock */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Crtc.h94 * Returns whether unlock is needed
103 (*unlock) (xf86CrtcPtr crtc); member in struct:_xf86CrtcFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Crtc.h95 * Returns whether unlock is needed
104 (*unlock) (xf86CrtcPtr crtc); member in struct:_xf86CrtcFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86Crtc.h101 * Returns whether unlock is needed
110 (*unlock) (xf86CrtcPtr crtc); member in struct:_xf86CrtcFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86Crtc.h98 * Returns whether unlock is needed
107 (*unlock) (xf86CrtcPtr crtc); member in struct:_xf86CrtcFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86Crtc.h98 * Returns whether unlock is needed
107 (*unlock) (xf86CrtcPtr crtc); member in struct:_xf86CrtcFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86Crtc.h101 * Returns whether unlock is needed
110 (*unlock) (xf86CrtcPtr crtc); member in struct:_xf86CrtcFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86Crtc.h101 * Returns whether unlock is needed
110 (*unlock) (xf86CrtcPtr crtc); member in struct:_xf86CrtcFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86Crtc.h101 * Returns whether unlock is needed
110 (*unlock) (xf86CrtcPtr crtc); member in struct:_xf86CrtcFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86Crtc.h101 * Returns whether unlock is needed
110 (*unlock) (xf86CrtcPtr crtc); member in struct:_xf86CrtcFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86Crtc.h101 * Returns whether unlock is needed
110 (*unlock) (xf86CrtcPtr crtc); member in struct:_xf86CrtcFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86Crtc.h101 * Returns whether unlock is needed
110 (*unlock) (xf86CrtcPtr crtc); member in struct:_xf86CrtcFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86Crtc.h102 * Returns whether unlock is needed
111 (*unlock) (xf86CrtcPtr crtc); member in struct:_xf86CrtcFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86Crtc.h101 * Returns whether unlock is needed
110 (*unlock) (xf86CrtcPtr crtc); member in struct:_xf86CrtcFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86Crtc.h101 * Returns whether unlock is needed
110 (*unlock) (xf86CrtcPtr crtc); member in struct:_xf86CrtcFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86Crtc.h98 * Returns whether unlock is needed
107 (*unlock) (xf86CrtcPtr crtc); member in struct:_xf86CrtcFuncs
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dgdi_driver.h242 void (*unlock)( struct window_surface *surface ); member in struct:window_surface_funcs
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp254 void unlock() const { RTCritSectLeave(&m_critSect); } function in class:UIFrameBufferPrivate
431 UIFrameBufferPrivate::unlock();
436 UIFrameBufferPrivate::unlock();
462 UIFrameBufferPrivate::unlock();
470 UIFrameBufferPrivate::unlock();
507 UIFrameBufferPrivate::unlock();
632 unlock();
749 unlock();
777 unlock();
800 unlock();
[all...]
/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/internal/
H A Dglcore.h287 void (*unlock)(__GLdrawableBuffer *buf, __GLdrawablePrivate *glPriv); member in struct:__GLdrawableBufferRec
401 ** Macros to lock/unlock the drawable private

Completed in 82 milliseconds