Searched refs:wakeup (Results 26 - 43 of 43) sorted by relevance

12

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DIocp.java182 private void wakeup() { method in class:Iocp
197 wakeup();
207 wakeup();
340 // handle wakeup to execute task or shutdown
H A DWindowsSelectorImpl.java67 // by wakeup socket handle.
77 //Pipe used as a wakeup object.
130 // Disable the Nagle algorithm so that the wakeup is more immediate
152 // Redundant threads will exit here after wakeup.
234 // if finished first, wakeup others
235 wakeup();
247 wakeup();
438 // wakeup others, if this thread is the first to finish.
462 // Sets Windows wakeup socket to a signaled state.
468 // Sets Windows wakeup socke
603 public Selector wakeup() { method in class:WindowsSelectorImpl
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DSelectorImpl.java114 selector.wakeup();
148 selector.wakeup();
189 selector.wakeup();
246 // wakeup Selector thread to process close request
247 selector.wakeup();
/openjdk7/hotspot/src/os/solaris/vm/
H A DattachListener_solaris.cpp90 // semaphore to wakeup listener thread
94 static sema_t* wakeup() { return &_wakeup; } function in class:SolarisAttachListener
454 while ((res = ::sema_wait(wakeup())) == EINTR)
499 // wakeup the attach listener
500 RESTARTABLE(::sema_post(wakeup()), res);
/openjdk7/jdk/src/macosx/classes/sun/nio/ch/
H A DKQueueSelectorImpl.java165 // Clear the wakeup pipe
179 // prevent further wakeup
240 public Selector wakeup() { method in class:KQueueSelectorImpl
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAbstractPollSelectorImpl.java78 public Selector wakeup() { method in class:AbstractPollSelectorImpl
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DDevPollSelectorImpl.java91 // Clear the wakeup pipe
136 // prevent further wakeup
190 public Selector wakeup() { method in class:DevPollSelectorImpl
H A DEPollSelectorImpl.java86 // Clear the wakeup pipe
131 // prevent further wakeup
190 public Selector wakeup() { method in class:EPollSelectorImpl
H A DEventPortSelectorImpl.java113 // prevent further wakeup
161 public Selector wakeup() { method in class:EventPortSelectorImpl
/openjdk7/jdk/src/share/classes/java/awt/
H A DEventQueue.java204 public void wakeup(EventQueue eventQueue, boolean isShutdown) {
205 eventQueue.wakeup(isShutdown);
1282 private void wakeup(boolean isShutdown) { method in class:EventQueue
1287 nextQueue.wakeup(isShutdown);
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DLotsOfCancels.java216 selector.wakeup();
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsWatchService.java296 void wakeup() throws IOException { method in class:WindowsWatchService.Poller
529 // wakeup
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DLinuxWatchService.java41 * In summary a background thread polls inotify plus a socket used for the wakeup
43 * cause the thread to wakeup and process the request. Events are processed
195 void wakeup() throws IOException { method in class:LinuxWatchService.Poller
196 // write to socketpair to wakeup polling thread
H A DSolarisWatchService.java256 void wakeup() throws IOException { method in class:SolarisWatchService.Poller
257 // write to port to wakeup polling thread
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DServerImpl.java187 selector.wakeup();
196 selector.wakeup();
266 selector.wakeup();
/openjdk7/jdk/src/share/classes/sun/awt/
H A DAWTAccessor.java480 void wakeup(EventQueue eventQueue, boolean isShutdown); method in interface:AWTAccessor.EventQueueAccessor
H A DSunToolkit.java300 AWTAccessor.getEventQueueAccessor().wakeup(q, isShutdown);
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp622 TEVENT (Inflated enter - Futile wakeup) ;
628 // Assuming this is not a spurious wakeup we'll normally find _succ == Self.
786 TEVENT (Wait Reentry - futile wakeup) ;
789 // Assuming this is not a spurious wakeup we'll normally
1015 // The _succ variable is critical to reducing futile wakeup frequency.

Completed in 80 milliseconds

12