Home
last modified time | relevance | path

Searched refs:threadrc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dthread.c47 DWORD threadrc; in isc_thread_join() local
55 if(!GetExitCodeThread(thread, &threadrc)) { in isc_thread_join()
59 *rp = threadrc; in isc_thread_join()