Home
last modified time | relevance | path

Searched defs:SetThreadDescription (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_win.cc79 typedef HRESULT(WINAPI* SetThreadDescription)(HANDLE hThread, typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs67070 pub fn SetThreadDescription(hThread: HANDLE, lpThreadDescription: PCWSTR) -> HRESULT; in SetThreadDescription() function