Home
last modified time | relevance | path

Searched refs:theAutolock (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tests/kits/support/bautolock/
H A DAutolockLockerTest.cpp60 BAutolock *theAutolock; in TestThread1() local
70 theAutolock = new BAutolock(theLocker); in TestThread1()
74 CPPUNIT_ASSERT(theAutolock->IsLocked()); in TestThread1()
77 delete theAutolock; in TestThread1()
78 theAutolock = NULL; in TestThread1()
82 theAutolock = new BAutolock(*theLocker); in TestThread1()
85 CPPUNIT_ASSERT(theAutolock->IsLocked()); in TestThread1()
88 delete theAutolock; in TestThread1()
89 theAutolock = NULL; in TestThread1()
107 BAutolock theAutolock(theLocker); in TestThread2() local
[all …]
H A DAutolockLooperTest.cpp60 BAutolock *theAutolock = new BAutolock(theLooper); in TestThread1() local
65 CPPUNIT_ASSERT(theAutolock->IsLocked()); in TestThread1()
68 delete theAutolock; in TestThread1()
69 theAutolock = NULL; in TestThread1()