Searched refs:pstate (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.h77 jint *pstate);
H A Dawt_wm.c2032 * If it is - return True and return the new state in *pstate.
2035 awt_wm_isStateChange(struct FrameData *wdata, XPropertyEvent *e, jint *pstate) argument
2075 *pstate = java_awt_Frame_ICONIFIED;
2077 *pstate = java_awt_Frame_NORMAL;
2079 *pstate |= awt_wm_getExtendedState(shell_win);
2083 awt_wm_dtraceStateJava(*pstate);
/openjdk7/jdk/src/share/back/
H A DthreadControl.c156 threadState(jthread thread, jint *pstate) argument
158 *pstate = 0;
160 (gdata->jvmti, thread, pstate);

Completed in 43 milliseconds