Lines Matching defs:notifier
128 // vector. We call it a notifier. This notifier is the default
129 // notifier of the work queue; the one that is used when the user
130 // has specified no notifier. It basically does nothing.
132 // This is a reference to the the notifier that is actually used in
259 // default initialize the default notifier.
284 /// @param the notifier to invoke when a task is done doing its job.
292 task_done_notify& notifier)
293 : p_(new priv(number_of_workers, notifier))
407 // notifier during the notification is running sequentially,