Home | History | Annotate | Download | only in tests

Lines Matching refs:Signaller

405 // test03: TN. Synchronization via LockWhen, signaller gets there first. {{{1
518 usleep(100000); // Make sure the signaller gets first.
570 usleep(100000); // Make sure the signaller gets first.
588 // test07: TN. Synchronization via LockWhen(), Signaller is observed first. {{{1
596 // Waiter: Signaller:
598 // 2. Start(Signaller)
608 void Signaller() {
616 MyThread t(Signaller);
618 usleep(100000); // Make sure the signaller gets there first.
621 MU.Unlock(); // Signaller is done!
1053 // test18: TN. Synchronization via Await(), signaller gets there first. {{{1
3173 // test66: TN. Two separate pairs of signaller/waiter using the same CV. {{{1
4898 void Signaller() {
4935 MyThreadArray t(Waiter, Signaller);
5633 void Signaller() {
5646 MyThreadArray t(Signaller, Waiter, Signaller, Waiter);