vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / app / bhandler / LockLooperTest.h
blob39b6a33a7e4c3e6fe35a1491ebd3ec92a626d3b3
1 //------------------------------------------------------------------------------
2 // LockLooper.h
3 //
4 //------------------------------------------------------------------------------
6 #ifndef LOCKLOOPER_H
7 #define LOCKLOOPER_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 TLockLooperTest : public TestCase
25 public:
26 TLockLooperTest() {;}
27 TLockLooperTest(std::string name) : TestCase(name) {;}
29 void LockLooper1();
30 void LockLooper2();
31 void LockLooper3();
32 void LockLooper4();
34 static Test* Suite();
37 #endif //LOCKLOOPER_H
40 * $Log $
42 * $Id $