Searched refs:Caller (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp196 // Caller
198 class Caller : public Runnable { class in inherits:Runnable
200 Caller(Type *object, int32 (Type::*function)()) function in class:Caller
221 return new Caller<Type>(object, function);

Completed in 84 milliseconds