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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.winnt.c486 HANDLE thrd = NULL; local
506 if ((thrd = CreateThread(NULL, 0, DispatchWindowsEvents, &ctid, 0, &tid)) == NULL)
510 if (!SetThreadPriority(thrd, THREAD_PRIORITY_HIGHEST))
520 if (thrd)
522 WaitForSingleObject(thrd, INFINITE);
523 CloseHandle(thrd);

Completed in 232 milliseconds