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

/openjdk7/jdk/test/demo/jvmti/
H A DContext.java57 private final int thread_turns; field in class:Context
139 Context(int thread_count, int thread_index, int thread_turns) { argument
142 this.thread_turns = thread_turns;
153 for (int i = 0; i < thread_turns * thread_count; i++) {
158 /* MY TURN! Each thread gets thread_turns */
170 if ( thread_turns == turns_taken ) {
177 if ( thread_turns != turns_taken ) {
179 + " turns, expected " + thread_turns);

Completed in 29 milliseconds