Lines Matching refs:thread_status

76   - changing or reading thread_status's fields:
84 thread_status, field int status):
171 struct thread_status {
223 static struct thread_status *_alloc_thread_status(struct message_data *data,
226 struct thread_status *ret = (typeof(ret)) dm_malloc(sizeof(*ret));
248 static void _free_thread_status(struct thread_status *thread)
416 static int _fill_device_data(struct thread_status *ts)
459 static struct thread_status *_lookup_thread_status(struct message_data *data)
461 struct thread_status *thread;
494 struct thread_status *thread;
518 static int _register_for_timeout(struct thread_status *thread)
544 static void _unregister_for_timeout(struct thread_status *thread)
594 static int _event_wait(struct thread_status *thread, struct dm_task **task)
654 static int _do_register_device(struct thread_status *thread)
664 static int _do_unregister_device(struct thread_status *thread)
674 static void _do_process_event(struct thread_status *thread, struct dm_task *task)
682 struct thread_status *thread = arg, *thread_iter;
714 static struct dm_task *_get_device_status(struct thread_status *ts)
734 struct thread_status *thread = arg;
813 static int _create_thread(struct thread_status *thread)
818 static int _terminate_thread(struct thread_status *thread)
928 struct thread_status *thread, *thread_new = NULL;
1015 struct thread_status *thread;
1060 struct thread_status *thread)
1083 struct thread_status *thread)
1109 struct thread_status *thread, *hit = NULL;
1140 thread = dm_list_item(thread->list.n, struct thread_status);
1168 struct thread_status *thread;
1180 struct thread_status *thread;
1445 struct thread_status *thread;
1449 thread = dm_list_item(l, struct thread_status);