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

/haiku/src/servers/media/
H A DNotificationManager.h40 void WorkerThread();
H A DNotificationManager.cpp266 NotificationManager::WorkerThread() function in class:NotificationManager
291 static_cast<NotificationManager *>(arg)->WorkerThread();
/haiku/src/apps/installer/
H A DInstallerWindow.h29 class WorkerThread;
92 WorkerThread* fWorkerThread;
H A DWorkerThread.h20 class WorkerThread : public BLooper { class in inherits:BLooper
22 WorkerThread(const BMessenger& owner);
H A DWorkerThread.cpp7 #include "WorkerThread.h"
49 #define ERR2(x, y...) fprintf(stderr, "WorkerThread: "x" %s\n", y, strerror(err))
50 #define ERR(x) fprintf(stderr, "WorkerThread: "x" %s\n", strerror(err))
84 // #pragma mark - WorkerThread
87 class WorkerThread::EntryFilter : public CopyEngine::EntryFilter {
149 // #pragma mark - WorkerThread
152 WorkerThread::WorkerThread(const BMessenger& owner) function in class:WorkerThread
165 WorkerThread::MessageReceived(BMessage* message)
234 WorkerThread
[all...]
H A DInstallerWindow.cpp48 #include "WorkerThread.h"
181 fWorkerThread(new WorkerThread(this)),

Completed in 104 milliseconds