Lines Matching full:slaves
15 different "slaves" to make the implementation simpler. Also, given this
16 hierarchy, the slaves and the master can exchange a token while passing
22 If the same group of |n| slaves and the same master are participating in the
38 """Makes the master wait until all the "n" slaves have reached this
42 @param timeout: The timeout, in seconds, to wait for the slaves.
45 Returns the list of received tokens from the slaves.
47 # Wait for all the slaves.
55 # Release all the blocked slaves.
62 """Makes a slave wait until all the "n" slaves and the master have
66 @param timeout: The timeout, in seconds, to wait for the slaves.