Home
last modified time | relevance | path

Searched refs:r_notification (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/osfmk/kern/
H A Dexclaves_resource.h151 exclaves_notification_t r_notification; member
H A Dexclaves_resource.c1399 exclaves_notification_t *notification = &resource->r_notification; in exclaves_notification_init()
1431 KNOTE_ATTACH(&exclaves_resource->r_notification.notification_klist, kn); in filt_exclaves_notification_attach()
1448 KNOTE_DETACH(&exclaves_resource->r_notification.notification_klist, kn); in filt_exclaves_notification_detach()
1554 KNOTE(&exclaves_resource->r_notification.notification_klist, event_mask); in exclaves_notification_signal()