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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_event.c143 jint *pstatus; local
151 /* Prevent recursion into any BCI function for this thread (pstatus). */
153 &pstatus, NULL, &thread_serial_num, &trace_index) == 0 ) {
154 (*pstatus) = 1;
156 (*pstatus) = 0;
168 jint *pstatus; local
176 /* Prevent recursion into any BCI function for this thread (pstatus). */
178 &pstatus, NULL, &thread_serial_num, &trace_index) == 0 ) {
179 (*pstatus) = 1;
181 (*pstatus)
194 jint *pstatus; local
223 jint *pstatus; local
247 jint *pstatus; local
[all...]
/openjdk7/jdk/src/share/back/
H A DthreadControl.c2182 jdwpThreadStatus *pstatus, jint *statusFlags)
2193 *pstatus = map2jdwpThreadStatus(state);
2207 *pstatus = JDWP_THREAD_STATUS(RUNNING);
2181 threadControl_applicationThreadStatus(jthread thread, jdwpThreadStatus *pstatus, jint *statusFlags) argument

Completed in 27 milliseconds