Searched defs:SetPriority (Results 1 - 5 of 5) sorted by relevance
/external/lzma/CPP/Windows/ | ||
H A D | Thread.h | 32 bool SetPriority(int priority) { return BOOLToBool(::SetThreadPriority(thread, priority)); }
function in class:NWindows::CThread |
/external/dng_sdk/source/ | ||
H A D | dng_abort_sniffer.h | 97 void SetPriority (dng_priority priority) function in class:dng_abort_sniffer |
/external/webrtc/webrtc/base/ | ||
H A D | platform_thread.cc | 196 bool PlatformThread::SetPriority(ThreadPriority priority) { function in class:PlatformThread |
/external/sonivox/jet_tools/JetCreator/ | ||
H A D | eas.py | 241 def SetPriority (self, priority):
member in class:EAS_Stream |
/external/vboot_reference/cgpt/ | ||
H A D | cgpt_common.c | 729 void SetPriority(struct drive *drive, int secondary, uint32_t entry_index, function |
Completed in 185 milliseconds