Searched refs:LockingThread (Results 1 - 11 of 11) sorted by relevance

/haiku/src/tests/kits/support/bautolock/
H A DAutolockLockerTest.cpp64 CPPUNIT_ASSERT(theLocker->LockingThread() == find_thread(NULL));
73 CPPUNIT_ASSERT(theLocker->LockingThread() == find_thread(NULL));
79 CPPUNIT_ASSERT(theLocker->LockingThread() != find_thread(NULL));
84 CPPUNIT_ASSERT(theLocker->LockingThread() == find_thread(NULL));
90 CPPUNIT_ASSERT(theLocker->LockingThread() != find_thread(NULL));
H A DAutolockLooperTest.cpp64 CPPUNIT_ASSERT(theLooper->LockingThread() == find_thread(NULL));
70 CPPUNIT_ASSERT(theLooper->LockingThread() != find_thread(NULL));
/haiku/src/tests/kits/support/blocker/
H A DLockerTestCase.cpp58 thread_id actualThread = theLocker->LockingThread();
/haiku/headers/private/userlandfs/shared/
H A DRecursiveLock.h46 thread_id LockingThread(void) const function in class:UserlandFSUtil::RecursiveLock
/haiku/headers/os/support/
H A DLocker.h26 thread_id LockingThread() const;
/haiku/headers/build/os/support/
H A DLocker.h26 thread_id LockingThread() const;
/haiku/src/kits/support/
H A DLocker.cpp155 BLocker::LockingThread() const function in class:BLocker
/haiku/src/build/libbe/support/
H A DLocker.cpp155 BLocker::LockingThread() const function in class:BLocker
/haiku/headers/os/app/
H A DLooper.h84 thread_id LockingThread() const;
/haiku/src/kits/media/
H A DMediaFormats.cpp570 if (!sLock.IsLocked() || sLock.LockingThread() != find_thread(NULL)) {
584 if (!sLock.IsLocked() || sLock.LockingThread() != find_thread(NULL)) {
/haiku/src/kits/app/
H A DLooper.cpp673 BLooper::LockingThread() const function in class:BLooper

Completed in 133 milliseconds