Searched refs:module_notification (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/kernel/
H A Dmodule.cpp196 struct module_notification : DoublyLinkedListLinkImpl<module_notification> { struct in namespace:Module
197 ~module_notification()
209 typedef DoublyLinkedList<module_notification> NotificationList;
1655 module_notification* notification = iterator.Next();
1670 module_notification* notification = new(std::nothrow) module_notification;

Completed in 84 milliseconds