Home
last modified time | relevance | path

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, in NotificationManager()
289 NotificationManager::worker_thread(void *arg) in worker_thread() function in NotificationManager
/haiku/src/add-ons/kernel/network/ppp/modem/
H A DModemDevice.cpp93 worker_thread(void *data) in worker_thread() function
258 fWorkerThread = spawn_kernel_thread(worker_thread, "Modem: worker_thread", in Up()
/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", in FilterThread()
52 FilterThread::worker_thread(void* data) in worker_thread() function in FilterThread