Searched refs:threadState (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDataPusher.java60 private int threadState; field in class:DataPusher
89 if (threadState == STATE_STOPPING) {
123 if (threadState == STATE_STOPPING
124 || threadState == STATE_STOPPED
138 while ((maxWaitCount-- >= 0) && (threadState == STATE_PLAYING)) {
171 threadState = STATE_WAITING;
183 threadState = STATE_PLAYING;
220 threadState = STATE_STOPPING;
230 threadState = STATE_STOPPED;
/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/scripts/
H A Djstack.js63 printFunc(ti.threadId + " - " + ti.threadName + " - " + ti.threadState);
H A Djtop.js110 var state = entry.value.threadState;
/openjdk7/jdk/src/share/classes/java/lang/management/
H A DThreadInfo.java105 private Thread.State threadState; field in class:ThreadInfo
224 this.threadState = ManagementFactoryHelper.toThreadState(state);
273 threadState = ticd.threadState();
328 return threadState;
668 * <td>threadState</td>
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_io.c1276 jint threadState)
1287 if (threadState & JVMTI_THREAD_STATE_SUSPENDED) {
1290 if (threadState & JVMTI_THREAD_STATE_INTERRUPTED) {
1293 if (threadState & JVMTI_THREAD_STATE_IN_NATIVE) {
1296 if ( ! ( threadState & JVMTI_THREAD_STATE_ALIVE ) ) {
1297 if ( threadState & JVMTI_THREAD_STATE_TERMINATED ) {
1303 if ( threadState & JVMTI_THREAD_STATE_SLEEPING ) {
1305 } else if ( threadState & JVMTI_THREAD_STATE_BLOCKED_ON_MONITOR_ENTER ) {
1307 } else if ( threadState & JVMTI_THREAD_STATE_WAITING ) {
1309 } else if ( threadState
1274 io_write_monitor_dump_thread_state(SerialNumber thread_serial_num, SerialNumber trace_serial_num, jint threadState) argument
[all...]
H A Dhprof_io.h120 jint threadState);
H A Dhprof_util.h141 void getThreadState(jthread thread, jint *threadState);
H A Dhprof_util.c1361 getThreadState(jthread thread, jint *threadState) argument
1366 HPROF_ASSERT(threadState!=NULL);
1367 *threadState = 0;
1369 (gdata->jvmti, thread, threadState);
H A Dhprof_tls.c569 jint threadState; local
572 getThreadState(thread, &threadState);
583 trace_serial_num, threadState);
/openjdk7/jdk/src/share/classes/sun/management/
H A DThreadInfoCompositeData.java136 private static final String THREAD_STATE = "threadState";
259 public Thread.State threadState() { method in class:ThreadInfoCompositeData
/openjdk7/jdk/src/share/back/
H A DthreadControl.c156 threadState(jthread thread, jint *pstate) function
621 error = threadState(node->thread, &state);
2192 error = threadState(thread, &state);

Completed in 54 milliseconds