Searched refs:signal (Results 1 – 11 of 11) sorted by relevance
103 notEmpty.signal(); in signalNotEmpty()116 notFull.signal(); in signalNotFull()255 notFull.signal(); // propagate to a non-interrupted thread in put()261 notFull.signal(); in put()297 notFull.signal(); in offer()305 notFull.signal(); // propagate to a non-interrupted thread in offer()339 notFull.signal(); in offer()361 notEmpty.signal(); // propagate to a non-interrupted thread in take()368 notEmpty.signal(); in take()390 notEmpty.signal(); in poll()[all …]
103 taken.signal(); in doExchange()131 taken.signal(); in doExchange()
94 notEmpty.signal(); in insert()107 notFull.signal(); in extract()136 notFull.signal(); in removeAt()248 notFull.signal(); // propagate to non-interrupted thread in offer()286 notEmpty.signal(); // propagate to non-interrupted thread in poll()338 notEmpty.signal(); // propagate to non-interrupted thread in take()365 notFull.signal(); // propagate to non-interrupted thread in put()
158 notEmpty.signal(); in offer()202 notEmpty.signal(); // propagate to non-interrupted thread in take()238 notEmpty.signal(); // propagate to non-interrupted thread in poll()
34 static void signal_forwarder (int signal, siginfo_t *si, void *context) in signal_forwarder() argument37 kill(g_pid, signal); in signal_forwarder()
421 void signal(); in signal() method
1668 public final void signal() { in signal() method in AbstractQueuedSynchronizer.ConditionObject
560 c.signal(); in testSignal_IllegalMonitor()644 c.signal(); in testAwait()673 c.signal(); in testAwaitUninterruptibly()1155 c.signal(); in testHasWaiters()1197 c.signal(); in testGetWaitQueueLength()
468 c.signal(); in testSignal_IllegalMonitor()551 c.signal(); in testAwait()729 c.signal(); in testHasWaiters()889 c.signal(); in testAwaitUninterruptibly()
529 c.signal(); in testSignal_IllegalMonitor()612 c.signal(); in testAwait()792 c.signal(); in testHasWaiters()952 c.signal(); in testAwaitUninterruptibly()
872 signal(SIGBUS, SIG_DFL); in busCatcher()