Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
Dwinapi.c37 sNtQueryInformationProcess pNtQueryInformationProcess; variable
113 pNtQueryInformationProcess = (sNtQueryInformationProcess) GetProcAddress( in uv__winapi_init()
116 if (pNtQueryInformationProcess == NULL) { in uv__winapi_init()
Dtty.c2355 if (pSetWinEventHook == NULL || pNtQueryInformationProcess == NULL)
2358 status = pNtQueryInformationProcess(GetCurrentProcess(),
Dwinapi.h4751 extern sNtQueryInformationProcess pNtQueryInformationProcess;