notify_fn          62 opal/mca/event/libevent2022/libevent/defer-internal.h 	void (*notify_fn)(struct deferred_cb_queue *, void *);
notify_fn         579 opal/mca/event/libevent2022/libevent/event.c 	base->defer_queue.notify_fn = notify_base_cbq_callback;
notify_fn        2396 opal/mca/event/libevent2022/libevent/event.c 		if (queue->notify_fn)
notify_fn        2397 opal/mca/event/libevent2022/libevent/event.c 			queue->notify_fn(queue, queue->notify_arg);