Home
last modified time | relevance | path

Searched defs:SetPriority (Results 1 – 17 of 17) sorted by relevance

/external/lzma/CPP/Windows/
DThread.h32 bool SetPriority(int priority) { return BOOLToBool(::SetThreadPriority(thread, priority)); } in SetPriority() function
/external/dng_sdk/source/
Ddng_abort_sniffer.h97 void SetPriority (dng_priority priority) in SetPriority() function
/external/syslinux/efi32/include/efi/protocol/
Dlegacyboot.h111 SET_PRIORITY SetPriority; member
/external/syslinux/efi64/include/efi/protocol/
Dlegacyboot.h111 SET_PRIORITY SetPriority; member
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/
Dlegacyboot.h111 SET_PRIORITY SetPriority; member
/external/webrtc/webrtc/base/
Dplatform_thread.cc196 bool PlatformThread::SetPriority(ThreadPriority priority) { in SetPriority() function in rtc::PlatformThread
/external/swiftshader/src/D3D9/
DDirect3DResource9.cpp196 unsigned long Direct3DResource9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DResource9
DDirect3DVertexBuffer9.cpp155 unsigned long Direct3DVertexBuffer9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DVertexBuffer9
DDirect3DIndexBuffer9.cpp116 unsigned long Direct3DIndexBuffer9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DIndexBuffer9
DDirect3DBaseTexture9.cpp118 unsigned long Direct3DBaseTexture9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DBaseTexture9
DDirect3DTexture9.cpp147 unsigned long Direct3DTexture9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DTexture9
DDirect3DSurface9.cpp178 unsigned long Direct3DSurface9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DSurface9
DDirect3DCubeTexture9.cpp156 unsigned long Direct3DCubeTexture9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DCubeTexture9
DDirect3DVolumeTexture9.cpp148 unsigned long Direct3DVolumeTexture9::SetPriority(unsigned long newPriority) in SetPriority() function in D3D9::Direct3DVolumeTexture9
/external/stressapptest/src/
Dworker.h221 void SetPriority(Priority priority) { priority_ = priority; } in SetPriority() function
/external/vboot_reference/cgpt/
Dcgpt_common.c729 void SetPriority(struct drive *drive, int secondary, uint32_t entry_index, in SetPriority() function
/external/sonivox/jet_tools/JetCreator/
Deas.py241 def SetPriority (self, priority): member in EAS_Stream