vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / app / bhandler / LockLooperWithTimeoutTest.h
blobc99ce97325041e8aaef6e1339d03e5c4bf583160
1 //------------------------------------------------------------------------------
2 // LockLooperWithTimeoutTest.h
3 //
4 //------------------------------------------------------------------------------
6 #ifndef LOCKLOOPERWITHTIMEOUTTEST_H
7 #define LOCKLOOPERWITHTIMEOUTTEST_H
9 // Standard Includes -----------------------------------------------------------
11 // System Includes -------------------------------------------------------------
12 #include <Handler.h>
14 // Project Includes ------------------------------------------------------------
16 // Local Includes --------------------------------------------------------------
17 #include "../common.h"
19 // Local Defines ---------------------------------------------------------------
21 // Globals ---------------------------------------------------------------------
23 class TLockLooperWithTimeoutTest : public TestCase
25 public:
26 TLockLooperWithTimeoutTest() {;}
27 TLockLooperWithTimeoutTest(std::string name) : TestCase(name) {;}
29 void LockLooperWithTimeout1();
30 void LockLooperWithTimeout2();
31 void LockLooperWithTimeout3();
32 void LockLooperWithTimeout4();
34 static Test* Suite();
37 #endif //LOCKLOOPERWITHTIMEOUTTEST_H
40 * $Log $
42 * $Id $