_EventLooper
thread_id thread = spawn_thread(_EventLooper, "_input_server_event_loop_",
static status_t _EventLooper(void *arg);
static status_t _EventLooper(void *arg);
fEventThread = spawn_thread(_EventLooper, "_power_daemon_event_loop_",
return ((EventQueue*)data)->_EventLooper();
int32 _EventLooper();