Searched refs:awt_pipe_fds (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c357 #define AWT_READPIPE (awt_pipe_fds[0])
358 #define AWT_WRITEPIPE (awt_pipe_fds[1])
391 static int32_t awt_pipe_fds[2]; /* fds for wkaeup pipe */ variable
427 if ( pipe ( awt_pipe_fds ) == 0 )
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c194 #define AWT_READPIPE (awt_pipe_fds[0])
195 #define AWT_WRITEPIPE (awt_pipe_fds[1])
206 static int32_t awt_pipe_fds[2]; /* fds for wkaeup pipe */ variable
1097 if ( pipe ( awt_pipe_fds ) == 0 )

Completed in 40 milliseconds