Home
last modified time | relevance | path

Searched refs:uv__get_handle (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/win/
H A Dutil.c1376 static int uv__get_handle(uv_pid_t pid, int access, HANDLE* handle) { in uv__get_handle() function
1404 r = uv__get_handle(pid, PROCESS_QUERY_LIMITED_INFORMATION, &handle); in uv_os_getpriority()
1457 r = uv__get_handle(pid, PROCESS_SET_INFORMATION, &handle); in uv_os_setpriority()
/third_party/node/deps/uv/src/win/
H A Dutil.c1624 static int uv__get_handle(uv_pid_t pid, int access, HANDLE* handle) { in uv__get_handle() function
1652 r = uv__get_handle(pid, PROCESS_QUERY_LIMITED_INFORMATION, &handle); in uv_os_getpriority()
1705 r = uv__get_handle(pid, PROCESS_SET_INFORMATION, &handle); in uv_os_setpriority()

Completed in 8 milliseconds