Searched refs:worker_thread (Results 1 – 5 of 5) sorted by relevance
41 static int32 worker_thread(void* arg);
53 fNotificationThreadId = spawn_thread(NotificationManager::worker_thread, in NotificationManager()289 NotificationManager::worker_thread(void *arg) in worker_thread() function in NotificationManager
93 worker_thread(void *data) in worker_thread() function258 fWorkerThread = spawn_kernel_thread(worker_thread, "Modem: worker_thread", in Up()
72 static status_t worker_thread(void* data);
35 tid = spawn_thread(worker_thread, "filter", in FilterThread()52 FilterThread::worker_thread(void* data) in worker_thread() function in FilterThread