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

/openjdk7/hotspot/src/os/windows/vm/
H A DosThread_windows.hpp41 HANDLE thread_handle() const { return _thread_handle; } function
H A Dos_windows.cpp438 static OSThread* create_os_thread(Thread* thread, HANDLE thread_handle, int thread_id) { argument
452 osthread->set_thread_handle(thread_handle);
577 HANDLE thread_handle = local
584 if (thread_handle == NULL) {
587 thread_handle =
595 if (thread_handle == NULL) {
606 osthread->set_thread_handle(thread_handle);
620 CloseHandle(osthread->thread_handle());
3307 DWORD ret = ResumeThread(thread->osthread()->thread_handle());
3472 bool ret = SetThreadPriority(thread->osthread()->thread_handle(), priorit
[all...]
/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.c1349 HANDLE thread_handle = local
1356 if (thread_handle == NULL) {
1357 thread_handle =
1399 if (thread_handle) {
1400 WaitForSingleObject(thread_handle, INFINITE);
1401 GetExitCodeThread(thread_handle, &rslt);
1402 CloseHandle(thread_handle);
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c1157 HANDLE thread_handle = local
1164 if (thread_handle == NULL) {
1165 thread_handle =
1207 if (thread_handle) {
1208 WaitForSingleObject(thread_handle, INFINITE);
1209 GetExitCodeThread(thread_handle, &rslt);
1210 CloseHandle(thread_handle);

Completed in 65 milliseconds