Lines Matching refs:notifier
141 struct notifier *pidchange = NULL;
142 struct notifier *phasechange = NULL;
143 struct notifier *exitnotify = NULL;
144 struct notifier *sigreceived = NULL;
145 struct notifier *fork_notifier = NULL;
2022 struct notifier **notif; in add_notifier()
2026 struct notifier *np;
2028 np = malloc(sizeof(struct notifier));
2043 struct notifier **notif; in remove_notifier()
2047 struct notifier *np;
2063 struct notifier *notif; in notify()
2066 struct notifier *np;