Home
last modified time | relevance | path

Searched refs:SDL_THREAD_PRIORITY_LOW (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/thread/pthread/
DSDL_systhread.c192 if (priority == SDL_THREAD_PRIORITY_LOW) { in SDL_SYS_SetThreadPriority()
218 if (priority == SDL_THREAD_PRIORITY_LOW) { in SDL_SYS_SetThreadPriority()
/third_party/flutter/skia/third_party/externals/sdl/src/thread/psp/
DSDL_systhread.c97 if (priority == SDL_THREAD_PRIORITY_LOW) { in SDL_SYS_SetThreadPriority()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_thread.h60 SDL_THREAD_PRIORITY_LOW, enumerator
/third_party/flutter/skia/third_party/externals/sdl/src/thread/windows/
DSDL_systhread.c201 if (priority == SDL_THREAD_PRIORITY_LOW) {
/third_party/flutter/skia/third_party/externals/sdl/src/audio/pulseaudio/
DSDL_pulseaudio.c704 SDL_SetThreadPriority(SDL_THREAD_PRIORITY_LOW); in HotplugThread()