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

/haiku/src/servers/media/
H A DNotificationManager.h41 static int32 worker_thread(void* arg);
H A DNotificationManager.cpp53 fNotificationThreadId = spawn_thread(NotificationManager::worker_thread,
289 NotificationManager::worker_thread(void *arg) function in class:NotificationManager
/haiku/src/apps/showimage/
H A DFilter.h72 static status_t worker_thread(void* data);
H A DFilter.cpp35 tid = spawn_thread(worker_thread, "filter",
52 FilterThread::worker_thread(void* data) function in class:FilterThread
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp93 worker_thread(void *data) function
258 fWorkerThread = spawn_kernel_thread(worker_thread, "Modem: worker_thread",
287 // worker_thread will notice that we are terminating (IsUp() == false)
509 // we do not need to lock because only the worker_thread calls this method

Completed in 98 milliseconds