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

/openjdk7/jdk/src/windows/native/sun/tools/attach/
H A DWindowsVirtualMachine.c94 static DWORD WINAPI thread_func(DataBlock *pData) function
120 /* This function marks the end of thread_func. */
155 len = (DWORD)((LPBYTE) thread_end - (LPBYTE) thread_func);
158 (*env)->SetByteArrayRegion(env, array, 0, (jint)len, (jbyte*)&thread_func);

Completed in 31 milliseconds