| H A D | ntsync.c | 98 const int *objs, __u32 owner, int alert, __u32 *index) in wait_objs() argument 108 args.objs = (uintptr_t)objs; in wait_objs() 117 static int wait_any(int fd, __u32 count, const int *objs, __u32 owner, __u32 *index) in wait_any() argument 119 return wait_objs(fd, NTSYNC_IOC_WAIT_ANY, count, objs, owner, 0, index); in wait_any() 122 static int wait_all(int fd, __u32 count, const int *objs, __u32 owner, __u32 *index) in wait_all() argument 124 return wait_objs(fd, NTSYNC_IOC_WAIT_ALL, count, objs, owner, 0, index); in wait_all() 127 static int wait_any_alert(int fd, __u32 count, const int *objs, in wait_any_alert() argument 131 count, objs, owner, alert, index); in wait_any_alert() 134 static int wait_all_alert(int fd, __u32 count, const int *objs, in wait_all_alert() argument 138 count, objs, owner, alert, index); in wait_all_alert() [all …]
|