Searched defs:lock (Results 1 - 25 of 160) sorted by last modified time

1234567

/haiku/src/servers/app/
H A DServerApp.cpp3484 bool lock; local
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp67 mutex lock; member in struct:net_socket_private
[all...]
/haiku/src/add-ons/kernel/drivers/audio/generic/
H A Dutil.c43 lock(void) function
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Ddriver.h108 spinlock lock; /* Write lock */ member in struct:geode_stream
/haiku/src/system/kernel/fs/
H A Dvfs.cpp165 mutex lock; // guards the vnodes list member in struct:fs_mount
194 sem_id lock; member in struct:advisory_locking
1492 sem_id lock = locking != NULL ? locking->lock : B_ERROR; local
1562 advisory_lock_intersects(struct advisory_lock* lock, struct flock* flock) argument
1587 struct advisory_lock* lock = iterator.Next(); local
1625 struct advisory_lock* lock = iterator.Next(); local
1754 struct advisory_lock* lock = iterator.Next(); local
1789 struct advisory_lock* lock = new(std::nothrow) advisory_lock; local
2993 struct advisory_lock* lock = iterator.Next(); local
[all...]
/haiku/headers/os/drivers/
H A DKernelExport.h23 int32 lock; member in struct:__anon1
40 int32 lock; member in struct:__anon2
52 int32 lock; member in struct:__anon3
61 spinlock lock; member in struct:__anon4
[all...]
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp773 URLInputGroup::LockURLInput(bool lock) argument
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h54 mutex lock; member in struct:xhci_endpoint
H A Duhci.cpp405 Queue::AppendTransfer(uhci_qh *transfer, bool lock) argument
434 Queue::RemoveTransfer(uhci_qh *transfer, bool lock) argument
2011 static spinlock lock = B_SPINLOCK_INITIALIZER; local
[all...]
H A Dohci.cpp922 static spinlock lock = B_SPINLOCK_INITIALIZER; local
1789 mutex *lock local
[all...]
H A Dehci.cpp1574 static spinlock lock = B_SPINLOCK_INITIALIZER; local
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.h109 mutex lock; member in struct:__anon7
/haiku/src/system/kernel/vm/
H A Dvm.cpp6415 create_area_etc(team_id team, const char* name, size_t size, uint32 lock, uint32 protection, uint32 flags, uint32 guardSize, const virtual_address_restrictions* virtualAddressRestrictions, const physical_address_restrictions* physicalAddressRestrictions, void** _address) argument
6430 __create_area_haiku(const char* name, void** _address, uint32 addressSpec, size_t size, uint32 lock, uint32 protection) argument
6650 _user_create_area(const char* userName, void** userAddress, uint32 addressSpec, size_t size, uint32 lock, uint32 protection) argument
7280 __create_area_beos(const char* name, void** _address, uint32 addressSpec, size_t size, uint32 lock, uint32 protection) argument
[all...]
/haiku/src/kits/tracker/
H A DTracker.cpp159 static int32 lock = 0; local
[all...]
/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h280 struct lock lock; member in struct:ring_buffer
/haiku/src/system/kernel/
H A Dcondition_variable.cpp305 ConditionVariable::Wait(mutex* lock, uint32 flags, bigtime_t timeout) argument
317 ConditionVariable::Wait(recursive_lock* lock, uint32 flags, bigtime_t timeout) argument
H A Dsem.cpp117 spinlock lock; // protects only the id field when unused member in struct:sem_entry
[all...]
H A Dsmp.cpp117 spinlock *lock; member in struct:__anon44
128 push_lock_caller(void* caller, spinlock* lock) argument
138 find_lock_caller(spinlock* lock) argument
190 update_lock_contention(spinlock* lock, bigtime_t start) argument
199 update_lock_held(spinlock* lock) argument
300 try_acquire_spinlock(spinlock* lock) argument
321 push_lock_caller(arch_debug_get_caller(), lock); local
329 acquire_spinlock(spinlock* lock) argument
371 push_lock_caller(arch_debug_get_caller(), lock); local
385 push_lock_caller(arch_debug_get_caller(), lock); local
392 acquire_spinlock_nocheck(spinlock *lock) argument
433 push_lock_caller(arch_debug_get_caller(), lock); local
447 push_lock_caller(arch_debug_get_caller(), lock); local
455 acquire_spinlock_cpu(int32 currentCPU, spinlock *lock) argument
496 push_lock_caller(arch_debug_get_caller(), lock); local
510 push_lock_caller(arch_debug_get_caller(), lock); local
517 release_spinlock(spinlock *lock) argument
549 try_acquire_write_spinlock(rw_spinlock* lock) argument
568 acquire_write_spinlock(rw_spinlock* lock) argument
598 release_write_spinlock(rw_spinlock* lock) argument
613 try_acquire_read_spinlock(rw_spinlock* lock) argument
633 acquire_read_spinlock(rw_spinlock* lock) argument
663 release_read_spinlock(rw_spinlock* lock) argument
679 try_acquire_write_seqlock(seqlock* lock) argument
689 acquire_write_seqlock(seqlock* lock) argument
697 release_write_seqlock(seqlock* lock) argument
705 acquire_read_seqlock(seqlock* lock) argument
712 release_read_seqlock(seqlock* lock, uint32 count) argument
[all...]
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp44 BLocker lock; member in struct:context
73 mutex lock; member in struct:net_socket_private
[all...]
/haiku/src/add-ons/kernel/drivers/disk/virtual/virtio_block/
H A Dvirtio_block.cpp71 mutex lock; member in struct:__anon1
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPICAHaiku.cpp1230 AcpiOsAcquireGlobalLock(volatile uint32_t *lock) argument
1254 AcpiOsReleaseGlobalLock(volatile uint32_t *lock) argument
[all...]
/haiku/headers/private/net/
H A DProtocolUtilities.h29 static status_t Init(mutex* lock, const char* name) argument
31 static void Destroy(mutex* lock) { mutex_destroy(lock); } argument
32 static status_t Lock(mutex* lock) { return mutex_lock(lock); } argument
33 static status_t Unlock(mutex* lock) { mutex_unlock(lock); return B_OK; } argument
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dconnector.cpp36 gpio_lock_i2c(void* cookie, bool lock) argument
/haiku/src/tests/system/kernel/
H A Dspinlock_contention.cpp23 vint32 lock; member in struct:dummy_spinlock
50 dummy_acquire_spinlock_nocheck(dummy_spinlock* lock) argument
68 dummy_release_spinlock(dummy_spinlock* lock) argument
153 test_spinlock(dummy_spinlock* lock) argument
168 dummy_spinlock lock; local
[all...]
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp78 mutex lock; member in struct:xsi_sem_context
[all...]

Completed in 237 milliseconds

1234567