Searched refs:userNotify (Results 1 – 2 of 2) sorted by relevance
2922 if (userNotify && !userNotify->init( port, userMsgType, in internal_io_service_add_notification()2925 userNotify = NULL; in internal_io_service_add_notification()2927 if (!userNotify) { in internal_io_service_add_notification()2932 &userNotify->_handler, userNotify ); in internal_io_service_add_notification()2945 userNotify->release(); in internal_io_service_add_notification()2946 userNotify = NULL; in internal_io_service_add_notification()3165 userNotify = NULL; in internal_io_service_add_interest_notification()3167 if (!userNotify) { in internal_io_service_add_interest_notification()3172 &userNotify->_handler, userNotify ); in internal_io_service_add_interest_notification()3188 userNotify->release(); in internal_io_service_add_interest_notification()[all …]
1561 IOTestUserNotification * userNotify; member1587 threadArgs->userNotify->setNotification(notify); in IOUserNotificationTestThread()1589 threadArgs->userNotify->setNotification(NULL); in IOUserNotificationTestThread()1593 threadArgs->userNotify->setNotification(NULL); in IOUserNotificationTestThread()1606 OSSharedPtr<IOTestUserNotification> userNotify = OSMakeShared<IOTestUserNotification>(); in IOUserNotificationTests() local1615 .userNotify = userNotify.get(), in IOUserNotificationTests()1621 result = userNotify->init(); in IOUserNotificationTests()1640 userNotify->setNotification(NULL); in IOUserNotificationTests()