Home
last modified time | relevance | path

Searched refs:LockingThread (Results 1 – 14 of 14) sorted by relevance

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