Home
last modified time | relevance | path

Searched refs:AcquireLock (Results 1 – 13 of 13) sorted by relevance

/haiku/src/tests/kits/support/blocker/
H A DConcurrencyTest1.cpp114 bool ConcurrencyTest1::AcquireLock(int lockAttempt, in AcquireLock() function in ConcurrencyTest1
169 CPPUNIT_ASSERT(AcquireLock(i, true)); in TestThread()
175 CPPUNIT_ASSERT(AcquireLock(i, false)); in TestThread()
H A DConcurrencyTest2.cpp141 bool ConcurrencyTest2::AcquireLock(int lockAttempt, in AcquireLock() function in ConcurrencyTest2
212 CPPUNIT_ASSERT(AcquireLock(i, true)); in LockingLoop()
218 CPPUNIT_ASSERT(AcquireLock(i, false)); in LockingLoop()
H A DConcurrencyTest1.h23 bool AcquireLock(int, bool);
H A DConcurrencyTest2.h22 bool AcquireLock(int, bool);
/haiku/src/build/libbe/support/
H A DLocker.cpp99 return AcquireLock(B_INFINITE_TIMEOUT, &result); in Lock()
108 AcquireLock(timeout, &result); in LockWithTimeout()
222 BLocker::AcquireLock(bigtime_t timeout, status_t *error) in AcquireLock() function in BLocker
/haiku/src/kits/support/
H A DLocker.cpp99 return AcquireLock(B_INFINITE_TIMEOUT, &result); in Lock()
108 AcquireLock(timeout, &result); in LockWithTimeout()
222 BLocker::AcquireLock(bigtime_t timeout, status_t *error) in AcquireLock() function in BLocker
/haiku/headers/build/os/support/
H A DLocker.h39 bool AcquireLock(bigtime_t timeout, status_t* error);
/haiku/headers/os/support/
H A DLocker.h39 bool AcquireLock(bigtime_t timeout, status_t* error);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Inode.h82 status_t AcquireLock(OpenFileCookie* cookie, LockInfo* lockInfo,
H A DInode.h104 status_t AcquireLock(OpenFileCookie* cookie,
H A DInode.cpp731 Inode::AcquireLock(OpenFileCookie* cookie, const struct flock* lock, in AcquireLock() function in Inode
763 result = NFS4Inode::AcquireLock(cookie, linfo, wait); in AcquireLock()
H A DNFS4Inode.cpp1110 NFS4Inode::AcquireLock(OpenFileCookie* cookie, LockInfo* lockInfo, bool wait) in AcquireLock() function in NFS4Inode
H A Dkernel_interface.cpp1364 return inode->AcquireLock(cookie, lock, wait); in nfs4_acquire_lock()