Searched refs:filt_timertouch (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_event.c213 static void filt_timertouch(struct knote *kn, struct kevent64_s *kev,
219 .f_touch = filt_timertouch,
907 * filt_timertouch - update knote with new user input
914 filt_timertouch(struct knote *kn, struct kevent64_s *kev, long type) function
957 panic("filt_timertouch() - invalid type (%ld)", type);

Completed in 15 milliseconds