Lines Matching refs:n1
2175 StealthNotification n1, n2;
2200 n1.wait(); // Make sure the waiter blocks.
2221 n1.signal(); // Ready to get the first signal.
2246 StealthNotification n1, n2;
2278 n1.signal(); // Ok, now we may block.
2290 n1.wait(); // The first signal is lost.
4260 StealthNotification n1;
4270 n1.signal();
4275 n1.wait();
4447 StealthNotification n1, n2, n3;
4458 n1.signal();
4462 n1.wait();
4592 StealthNotification n1, n2;
4603 n1.wait();
4615 n1.signal();
4763 StealthNotification n1, n2, n3;
4766 n1.wait();
4781 n1.signal();