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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c356 #define AWT_POLL_BUFSIZE 100 /* bytes */ macro
655 static char read_buf[AWT_POLL_BUFSIZE + 1]; /* dummy buf to empty pipe */
699 count = read(AWT_READPIPE, read_buf, AWT_POLL_BUFSIZE );
700 } while (count == AWT_POLL_BUFSIZE );
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c193 #define AWT_POLL_BUFSIZE 100 macro
205 static char read_buf[AWT_POLL_BUFSIZE + 1]; /* dummy buf to empty pipe */
2022 count = read(fdAWTPipe, read_buf, AWT_POLL_BUFSIZE );
2023 } while (count == AWT_POLL_BUFSIZE );
2094 count = read(AWT_READPIPE, read_buf, AWT_POLL_BUFSIZE );
2095 } while (count == AWT_POLL_BUFSIZE );

Completed in 50 milliseconds