Searched refs:isStarted (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_MidiUtils.h56 int isStarted; /* whether device is "started" */ member in struct:__anon495
H A DPLATFORM_API_MacOSX_MidiUtils.c524 handle->isStarted = FALSE;
555 if (!handle->isStarted) {
557 handle->isStarted = TRUE;
588 if (handle->isStarted) {
590 handle->isStarted = FALSE;
/openjdk7/jdk/test/java/nio/channels/
H A DTestServers.java155 public final synchronized boolean isStarted() { method in class:TestServers.AbstractTcpServer
222 while (isStarted() && !Thread.interrupted()
537 public final synchronized boolean isStarted() { method in class:TestServers.AbstractUdpServer
615 while (isStarted() && !Thread.interrupted() && !sSocket.isClosed()) {
/openjdk7/jdk/src/share/back/
H A DthreadControl.c70 unsigned int isStarted : 1; member in struct:ThreadNode
837 node->isStarted = JNI_TRUE;
978 if (error == JVMTI_ERROR_THREAD_NOT_ALIVE && !node->isStarted) {
2084 node->isStarted = JNI_TRUE;
2447 if ((node == NULL) || (!node->isStarted)) {

Completed in 47 milliseconds