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

/haiku/src/tests/kits/support/blocker/
H A DConcurrencyTest1.h23 bool AcquireLock(int, bool);
H A DConcurrencyTest2.h22 bool AcquireLock(int, bool);
H A DConcurrencyTest1.cpp105 * Method: ConcurrencyTest1::AcquireLock()
114 bool ConcurrencyTest1::AcquireLock(int lockAttempt, function in class:ConcurrencyTest1
169 CPPUNIT_ASSERT(AcquireLock(i, true));
175 CPPUNIT_ASSERT(AcquireLock(i, false));
H A DConcurrencyTest2.cpp132 * Method: ConcurrencyTest2::AcquireLock()
141 bool ConcurrencyTest2::AcquireLock(int lockAttempt, function in class:ConcurrencyTest2
212 CPPUNIT_ASSERT(AcquireLock(i, true));
218 CPPUNIT_ASSERT(AcquireLock(i, false));
/haiku/src/kits/support/
H A DLocker.cpp99 return AcquireLock(B_INFINITE_TIMEOUT, &result);
108 AcquireLock(timeout, &result);
222 BLocker::AcquireLock(bigtime_t timeout, status_t *error) function in class:BLocker
/haiku/src/build/libbe/support/
H A DLocker.cpp99 return AcquireLock(B_INFINITE_TIMEOUT, &result);
108 AcquireLock(timeout, &result);
222 BLocker::AcquireLock(bigtime_t timeout, status_t *error) function in class:BLocker
/haiku/headers/os/support/
H A DLocker.h39 bool AcquireLock(bigtime_t timeout, status_t* error);
/haiku/headers/build/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, function in class:Inode
763 result = NFS4Inode::AcquireLock(cookie, linfo, wait);
H A DNFS4Inode.cpp1110 NFS4Inode::AcquireLock(OpenFileCookie* cookie, LockInfo* lockInfo, bool wait) function in class:NFS4Inode
H A Dkernel_interface.cpp1364 return inode->AcquireLock(cookie, lock, wait);

Completed in 76 milliseconds