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

/openjdk7/jdk/src/share/back/
H A DthreadControl.c156 threadState(jthread thread, jint *pstate) argument
158 *pstate = 0;
160 (gdata->jvmti, thread, pstate);
/openjdk7/jdk/src/solaris/native/sun/awt/
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);

Completed in 41 milliseconds