Searched refs:LockingThread (Results 1 – 14 of 14) sorted by relevance
64 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()
64 CPPUNIT_ASSERT(theLooper->LockingThread() == find_thread(NULL)); in TestThread1()70 CPPUNIT_ASSERT(theLooper->LockingThread() != find_thread(NULL)); in TestThread1()
58 thread_id actualThread = theLocker->LockingThread(); in CheckLock()
46 thread_id LockingThread(void) const in LockingThread() function
26 thread_id LockingThread() const;
155 BLocker::LockingThread() const in LockingThread() function in BLocker
84 thread_id LockingThread() const;
106 LockingThread() const
570 if (!sLock.IsLocked() || sLock.LockingThread() != find_thread(NULL)) { in RewindFormats()584 if (!sLock.IsLocked() || sLock.LockingThread() != find_thread(NULL)) { in GetNextFormat()
217 \fn thread_id BLocker::LockingThread(void) const
673 BLooper::LockingThread() const in LockingThread() function in BLooper
795 \fn thread_id BLooper::LockingThread() const