Lines Matching full:trigger
7 // This file contains a simplification of the "trigger" method for
8 // process groups. The simple trigger handles the common case where
9 // the handler associated with a trigger is a member function bound to
24 * The actual function object that bridges from the normal trigger
53 * Simplified trigger interface that reduces the amount of code
54 * required to connect a process group trigger to a handler that is
65 pg.template trigger<T>(tag, in simple_trigger()
70 * Simplified trigger interface that reduces the amount of code
71 * required to connect a process group trigger with a reply to a
87 * Simplified trigger interface that reduces the amount of code
88 * required to connect a process group trigger to a handler that is