Lines Matching refs:n2
2175 StealthNotification n1, n2;
2209 n2.wait(); // Make sure the waiter continued.
2227 n2.signal(); // Ready to miss the second signal.
2246 StealthNotification n1, n2;
2279 n2.wait(); // We blocked.
2293 n2.signal(); // The 2-nd signal may go.
4447 StealthNotification n1, n2, n3;
4451 n2.wait(); // Make sure the waiter blocks.
4473 n2.signal();
4592 StealthNotification n1, n2;
4605 n2.signal();
4616 n2.wait();
4763 StealthNotification n1, n2, n3;
4768 n2.signal();
4782 n2.wait();