Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dthread.c282 HRESULT hr; in uv_thread_setname() local
298 hr = SetThreadDescription(GetCurrentThread(), namew); in uv_thread_setname()
300 if (FAILED(hr)) in uv_thread_setname()
301 return uv_translate_sys_error(HRESULT_CODE(hr)); in uv_thread_setname()
308 HRESULT hr; in uv_thread_getname() local
327 hr = GetThreadDescription(*tid, &namew); in uv_thread_getname()
328 if (FAILED(hr)) in uv_thread_getname()
329 return uv_translate_sys_error(HRESULT_CODE(hr)); in uv_thread_getname()
/libuv/
H A DAUTHORS138 Luka Perkov <luka.perkov@sartura.hr>
H A DChangeLog3199 * zos: fix hr timer resolution (jBarz)

Completed in 20 milliseconds