Searched defs:ntsync_wait_state (Results 1 – 1 of 1) sorted by relevance
73 struct ntsync_wait_state { struct74 struct ntsync_wait_args *nwa;75 struct ntsync_priv *owner;76 struct ntsync_obj_waiter waiters[NTSYNC_MAX_WAIT_COUNT + 1];77 int fds[NTSYNC_MAX_WAIT_COUNT];78 struct file *fps[NTSYNC_MAX_WAIT_COUNT];79 struct file *fp_alert;80 int obj_count;81 struct ntsync_obj *objs[NTSYNC_MAX_WAIT_COUNT + 1];82 struct ntsync_obj_event *alert_event;[all …]