Searched refs:Autolock (Results 1 - 25 of 234) sorted by relevance

12345678910

/haiku/headers/build/os/support/
H A DAutolock.h1 #include <../os/support/Autolock.h>
/haiku/src/apps/cortex/support/
H A DILockable.h50 // e.moon 26jul99 Moved Autolock into this file to
91 class Autolock { class
93 virtual ~Autolock() {
99 Autolock(ILockable& target) : m_target(&target) { init(); } function in class:Autolock
100 Autolock(ILockable* target) : m_target( target) { init(); } function in class:Autolock
102 Autolock(const ILockable& target) : function in class:Autolock
104 Autolock(const ILockable* target) : function in class:Autolock
/haiku/headers/private/graphics/radeon_hd/
H A Dlock.h58 class Autolock { class
60 Autolock(struct lock &lock) function in class:Autolock
67 ~Autolock()
/haiku/headers/private/graphics/intel_extreme/
H A Dlock.h58 class Autolock { class
60 Autolock(struct lock &lock) function in class:Autolock
67 ~Autolock()
/haiku/headers/os/
H A DSupportKit.h6 #include <Autolock.h>
/haiku/src/kits/media/
H A Drequest_data.cpp12 #include <Autolock.h>
H A DPortPool.cpp9 #include <Autolock.h>
H A DTimeSourceObjectManager.cpp16 #include <Autolock.h>
/haiku/src/tests/kits/support/bautolock/
H A DAutolockTestAddon.cpp13 #include <Autolock.h>
14 #include "Autolock.h"
H A DAutolockLooperTest.cpp12 #include <Autolock.h>
51 * Descr: This method performs the tests on the Autolock. It constructs a new
52 * Autolock and checks that both the Autolock and the Looper are
53 * both locked. Then, the Autolock is released by deleting it. The Looper
/haiku/src/servers/media/
H A DQueue.cpp19 #include <Autolock.h>
H A DDefaultManager.h23 #include <Autolock.h>
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp113 Autolock _l(this);
139 Autolock _l(this);
144 Autolock _l(this);
151 Autolock _l(this);
157 Autolock _l(this);
180 Autolock _l(this);
259 Autolock _l(this);
353 Autolock _l(this);
360 Autolock _l(this);
366 Autolock _
[all...]
H A DNodeRef.cpp119 Autolock _l(m_manager);
163 Autolock _l(this);
205 Autolock _l(this);
211 Autolock _l(this);
217 Autolock _l(this);
250 Autolock _l(this);
266 Autolock _l(this);
299 Autolock _l(this);
322 Autolock _l(this);
327 Autolock _
[all...]
H A DNodeManager.cpp243 Autolock _l(group);
474 Autolock _l(this);
498 Autolock _l(this);
521 Autolock _l(this);
549 Autolock _l(this);
579 Autolock _l(this);
692 Autolock _l(this);
714 Autolock _l(this);
738 Autolock _l(this);
742 Autolock _
[all...]
/haiku/src/servers/app/
H A DDirectWindowInfo.h10 #include <Autolock.h>
H A DInputManager.cpp16 #include <Autolock.h>
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCDeframer.cpp12 #include <Autolock.h>
/haiku/src/servers/print/
H A DResourceManager.cpp11 #include <Autolock.h>
/haiku/src/kits/locale/
H A DFormat.cpp5 #include <Autolock.h>
H A DStringFormat.cpp13 #include <Autolock.h>
/haiku/src/apps/mediaplayer/supplier/
H A DProxyVideoSupplier.cpp13 #include <Autolock.h>
/haiku/headers/private/index_server/
H A DIndexServerAddOn.h12 #include <Autolock.h>
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DAddOn.cpp1 #include <support/Autolock.h>
/haiku/src/apps/packageinstaller/
H A DPackageStatus.cpp12 #include <Autolock.h>

Completed in 357 milliseconds

12345678910