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

/haiku/src/kits/shared/
H A DThread.cpp40 SimpleThread::SimpleThread(int32 priority, const char* name) function in class:SimpleThread
48 SimpleThread::~SimpleThread()
58 SimpleThread::Go()
60 fScanThread = spawn_thread(SimpleThread::RunBinder,
67 SimpleThread::RunBinder(void* castToThis)
69 SimpleThread* self = static_cast<SimpleThread*>(castToThis);
83 : SimpleThread(priorit
[all...]
/haiku/headers/private/shared/
H A DThread.h48 class SimpleThread { class in namespace:BPrivate
52 SimpleThread(int32 priority = B_LOW_PRIORITY, const char* name = 0);
53 virtual ~SimpleThread();
68 class Thread : private SimpleThread {
82 class ThreadSequence : private SimpleThread {
/haiku/src/kits/tracker/
H A DTests.cpp67 class IconSpewer : public SimpleThread {

Completed in 46 milliseconds