Searched defs:NotifyFunc (Results 1 – 2 of 2) sorted by relevance
28 using NotifyFunc = void (*)(sigval); typedef
419 using NotifyFunc = std::function<void(const NotifyMessage& /*message*/)>; variable