Home
last modified time | relevance | path

Searched refs:hThread (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/core_affinity/
H A Dwindows.rs22 fn SetThreadAffinityMask(hThread: HANDLE, dwThreadAffinityMask: usize) -> usize; in SetThreadAffinityMask()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgraphic_timer.cpp112 HANDLE hThread = CreateThread(NULL, // default security attributes in Start() local
118 if (hThread == nullptr) { in Start()