Searched defs:AWT_WRITEPIPE (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c358 #define AWT_WRITEPIPE (awt_pipe_fds[1]) macro
438 flags = fcntl ( AWT_WRITEPIPE, F_GETFL, 0 );
439 fcntl( AWT_WRITEPIPE, F_SETFL, flags | O_NDELAY | O_NONBLOCK );
445 AWT_WRITEPIPE = -1;
748 write ( AWT_WRITEPIPE, &wakeUp_char, 1 );
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c195 #define AWT_WRITEPIPE (awt_pipe_fds[1]) macro
509 write ( AWT_WRITEPIPE, &c, 1 );
1109 flags = fcntl ( AWT_WRITEPIPE, F_GETFL, 0 );
1110 fcntl( AWT_WRITEPIPE, F_SETFL, flags | O_NDELAY | O_NONBLOCK );
1116 AWT_WRITEPIPE = -1;
2140 write (AWT_WRITEPIPE, &oneChar, 1);

Completed in 41 milliseconds