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

/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DAgent.cpp159 void Agent::thread_end(jvmtiEnv *jvmti, JNIEnv *env, jthread thread) function in class:Agent
H A Dwaiters.cpp182 thread_end(jvmtiEnv *jvmti, JNIEnv *env, jthread thread) function
186 get_agent(jvmti)->thread_end(jvmti, env, thread);
275 callbacks.ThreadEnd = &thread_end;
/openjdk7/jdk/src/windows/native/sun/tools/attach/
H A DWindowsVirtualMachine.c121 static void thread_end (void) { function
155 len = (DWORD)((LPBYTE) thread_end - (LPBYTE) thread_func);

Completed in 37 milliseconds