worker_thread
fWorkerThread = spawn_kernel_thread(worker_thread, "Modem: worker_thread",
tid = spawn_thread(worker_thread, "filter",
static status_t worker_thread(void* data);
fNotificationThreadId = spawn_thread(NotificationManager::worker_thread,
static int32 worker_thread(void* arg);