Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/win/
H A Dwinapi.c37 sNtQueryInformationProcess pNtQueryInformationProcess; variable
113 pNtQueryInformationProcess = (sNtQueryInformationProcess) GetProcAddress( in uv__winapi_init()
116 if (pNtQueryInformationProcess == NULL) { in uv__winapi_init()
H A Dtty.c2357 if (pSetWinEventHook == NULL || pNtQueryInformationProcess == NULL)
2360 status = pNtQueryInformationProcess(GetCurrentProcess(),
H A Dwinapi.h4751 extern sNtQueryInformationProcess pNtQueryInformationProcess;