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

/openjdk7/hotspot/src/share/vm/runtime/
H A DthreadLocalStorage.hpp81 static inline int thread_index() { return _thread_index; } function in class:ThreadLocalStorage
/openjdk7/jdk/test/demo/jvmti/
H A DContext.java41 int thread_index; field in class:TurnChecker
42 TurnChecker(int thread_index) { argument
43 this.thread_index = thread_index;
56 private final int thread_index; field in class:Context
89 /* Sleep to make sure thread_index 0 make it to the wait call */
99 turn.thread_index = 0;
139 Context(int thread_count, int thread_index, int thread_turns) { argument
141 this.thread_index = thread_index;
[all...]

Completed in 129 milliseconds