Searched defs:task_watcher (Results 1 – 1 of 1) sorted by relevance
189 typedef struct task_watcher { struct190 queue_chain_t tw_links; /* queueing of threads */191 task_t tw_task; /* task that is being watched */192 thread_t tw_thread; /* thread that is watching the watch_task */193 int tw_state; /* the current app state of the thread */194 int tw_importance; /* importance prior to backgrounding */