Searched refs:lock (Results 426 - 450 of 699) sorted by relevance

<<11121314151617181920>>

/haiku/src/servers/input/
H A DInputServer.cpp176 // at the same time (which may lock the add-on looper thread).
613 BAutolock lock(InputServer::gInputMethodListLocker);
1194 BAutolock lock(fInputDeviceListLocker);
1217 BAutolock lock(fInputDeviceListLocker);
1233 BAutolock lock(fInputDeviceListLocker);
1280 BAutolock lock(fInputDeviceListLocker);
1330 BAutolock lock(fInputDeviceListLocker);
1376 BAutolock lock(fInputDeviceListLocker);
1408 BAutolock lock(fInputDeviceListLocker);
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h77 * releasedir, fsyncdir, access, create, ftruncate, fgetattr, lock,
408 * For checking lock ownership, the 'fuse_file_info->owner'
412 * held locks, and if a conflicting lock is found it will return
418 * cases. If a conflicting lock is not found, this method will be
431 int (*lock) (const char *, struct fuse_file_info *, int cmd, member in struct:fuse_operations
462 * fsyncdir, ftruncate, fgetattr, lock, ioctl and poll
474 * fsyncdir, ftruncate, fgetattr, lock, ioctl and poll
859 struct fuse_file_info *fi, int cmd, struct flock *lock);
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dwrapper.cpp264 pHeap->getHeap(i).lock();
266 static_cast<hoardHeap*>(pHeap)->lock();
/haiku/src/kits/tracker/
H A DThumbnails.cpp134 BAutolock lock(sActiveJobsLock);
141 BAutolock lock(sActiveJobsLock);
/haiku/src/add-ons/kernel/busses/pci/designware/
H A DDWPCIController.cpp330 InterruptsSpinLocker lock(fLock);
352 InterruptsSpinLocker lock(fLock);
/haiku/src/add-ons/kernel/drivers/audio/null/
H A Dnull_multi.c309 acquire_spinlock(&device->playback_stream.lock);
319 release_spinlock(&device->playback_stream.lock);
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Dgeode_controller.cpp123 acquire_spinlock(&stream->lock);
129 release_spinlock(&stream->lock);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeon.cpp232 vr.lock = true;
250 vw.lock = true;
266 vr.lock = true;
286 vw.lock = true;
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.h233 // - you can write-lock the group during sets of calls to these methods;
234 // this ensures that the node set won't change. The methods do lock
397 bool lock(
562 // lock
H A DNodeManager.h289 // - you can write-lock the manager during sets of calls to these methods;
290 // this ensures that the group set won't change. The methods do lock
448 virtual bool lock(
/haiku/src/tests/system/kernel/unit/lock/
H A DRWLockTests.cpp11 #include <lock.h>
27 rw_lock_init(&fLock, "test r/w lock");
139 threads[i] = SpawnThread(this, method, "rw lock test",
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.h11 #include <lock.h>
/haiku/src/add-ons/kernel/busses/usb/
H A Dohci_hardware.h308 mutex *lock; // Protects tail changes and checks member in struct:__anon51
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.h12 #include <lock.h>
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h36 #include <lock.h>
/haiku/src/servers/app/drawing/
H A DOverlay.cpp27 // after 1 second, the team holding the lock will be killed
69 fSemaphore = create_sem(1, "overlay lock");
117 TRACE("overlay: resume %p (lock status %ld)\n", this, locker.LockStatus());
136 TRACE("overlay: suspend %p (lock status %ld)\n", this, locker.LockStatus());
169 fClientData->lock = fSemaphore;
/haiku/src/add-ons/accelerants/radeon/
H A DInitAccelerant.c181 (void)INIT_BEN( si->engine.lock, "Radeon engine" );
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an_pci.c75 #include <sys/lock.h>
154 * Setup the lock in PCI attachment since it skips the an_probe
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192e/usb/
H A Dr92eu_attach.c23 #include <sys/lock.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8188e/pci/
H A Dr88ee_attach.c23 #include <sys/lock.h>
H A Dr88ee_init.c23 #include <sys/lock.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8188e/
H A Dr88e_rx.c27 #include <sys/lock.h>
/haiku/src/add-ons/kernel/network/ppp/ppp_manager/
H A DKPPPManager.cpp16 #include <lock.h>
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp256 BAutolock lock(this);
/haiku/src/servers/media/
H A DNotificationManager.cpp299 BAutolock lock(fLocker);

Completed in 600 milliseconds

<<11121314151617181920>>