mirror of
https://github.com/yawut/SDL.git
synced 2026-06-13 20:20:38 -05:00
As the name suggests, the hint should only apply to SDL_THREAD_PRIORITY_TIME_CRITICAL
The resulting priorities for my current distro result in these values:
| High | Time Critical
Hint |--------------|-----------------
0 | P=10 N=-10 | P=5 N=-15
1 | P=10 N=-10 | P=-21 N=0
|
||
|---|---|---|
| .. | ||
| SDL_syscond.c | ||
| SDL_sysmutex_c.h | ||
| SDL_sysmutex.c | ||
| SDL_syssem.c | ||
| SDL_systhread_c.h | ||
| SDL_systhread.c | ||
| SDL_systls.c | ||