Lines Matching defs:ntsync_wait_state
73 struct ntsync_wait_state { struct
74 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;
83 sbintime_t sb;
84 int error;
85 int index;
86 bool any;
87 bool all;
88 bool ready;