Home
last modified time | relevance | path

Searched refs:SDL_THREAD_PRIORITY_TIME_CRITICAL (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestthread.c41 case SDL_THREAD_PRIORITY_TIME_CRITICAL: return "SDL_THREAD_PRIORITY_TIME_CRITICAL"; in getprioritystr()
60 if (++prio > SDL_THREAD_PRIORITY_TIME_CRITICAL) in ThreadFunc()
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_threadprio.c243 } else if (sdlPriority == SDL_THREAD_PRIORITY_TIME_CRITICAL) { in SDL_LinuxSetThreadPriorityAndPolicy()
253 } else if (sdlPriority == SDL_THREAD_PRIORITY_TIME_CRITICAL) { in SDL_LinuxSetThreadPriorityAndPolicy()
/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_systhread.c225 case SDL_THREAD_PRIORITY_TIME_CRITICAL: in SDL_SYS_SetThreadPriority()
257 } else if (priority == SDL_THREAD_PRIORITY_TIME_CRITICAL) { in SDL_SYS_SetThreadPriority()
/AliOS-Things-master/components/SDL2/src/thread/psp/
A DSDL_systhread.c101 } else if (priority == SDL_THREAD_PRIORITY_TIME_CRITICAL) { in SDL_SYS_SetThreadPriority()
/AliOS-Things-master/components/SDL2/src/thread/stdcpp/
A DSDL_systhread.cpp107 else if (priority == SDL_THREAD_PRIORITY_TIME_CRITICAL) { in SDL_SYS_SetThreadPriority()
/AliOS-Things-master/components/SDL2/src/thread/windows/
A DSDL_systhread.c221 } else if (priority == SDL_THREAD_PRIORITY_TIME_CRITICAL) {
/AliOS-Things-master/components/SDL2/include/
A DSDL_thread.h68 SDL_THREAD_PRIORITY_TIME_CRITICAL enumerator
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audio.c703 SDL_SetThreadPriority(SDL_THREAD_PRIORITY_TIME_CRITICAL); in SDL_RunAudio()

Completed in 12 milliseconds