Searched refs:hr (Results 1 – 3 of 3) sorted by relevance
282 HRESULT hr; in uv_thread_setname() local298 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() local327 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()
138 Luka Perkov <luka.perkov@sartura.hr>
3199 * zos: fix hr timer resolution (jBarz)
Completed in 20 milliseconds