mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 21:56:36 +00:00
Each time when "ts.tv_nsec" became greater or equal than 10e9, the cnd_timedwait() function returned immediately, causing the thread to become a busy waiting loop (slowing the other thread, on which the current was waiting, down), until "ts.tv_nsec" became smaller than 10e9. This caused noticeable stutter one 10th of a second, since the timeout was 100ms. |
||
---|---|---|
.. | ||
boing.c | ||
CMakeLists.txt | ||
gears.c | ||
glfw.icns | ||
glfw.ico | ||
glfw.rc | ||
heightmap.c | ||
particles.c | ||
simple.c | ||
splitview.c | ||
wave.c |