You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app
Romain Vimont 85edba20e7 Enforce deadline reached on timeout
The value of sc_tick_now() has microsecond precision, but
sc_cond_timedwait() has only millisecond precision.

To guarantee that sc_tick_now() >= deadline when sc_cond_timedwait()
returns due to timeout, round up to the next millisecond.

This avoids to call a non-blocking sc_cond_timedwait() in a loop for no
reason until a target deadline during up to 1 millisecond.

Refs 682a691173
3 years ago
..
prebuilt-deps Move prebuilt-deps/ to app/ 3 years ago
src Enforce deadline reached on timeout 3 years ago
tests Rename buffer util functions with sc_ prefix 3 years ago
meson.build Add compilation flag for USB features 3 years ago
scrcpy-windows.manifest Set DPI awareness for Windows 3 years ago
scrcpy-windows.rc Bump version to 1.22 3 years ago
scrcpy.1 Add --no-cleanup option 3 years ago