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

/haiku-fatelf/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;
1666 module_notification* notification = iterator.Next();
1681 module_notification* notification = new(std::nothrow) module_notification;

Completed in 33 milliseconds