scrcpy/app/src/util
Romain Vimont 7afd149f4b Fix file_handler process race condition
The current process could be waited both by run_file_handler() and
file_handler_stop().

To avoid the race condition, wait the process without closing, then
close with mutex locked.
2021-01-24 14:24:24 +01:00
..
buffer_util.h Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
cbuf.h Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
lock.h Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
log.h Make scrcpy.h independant of other headers 2020-06-19 22:30:02 +02:00
net.c Group common includes into common.h 2021-01-08 19:22:10 +01:00
net.h Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
process.c Fix file_handler process race condition 2021-01-24 14:24:24 +01:00
process.h Fix file_handler process race condition 2021-01-24 14:24:24 +01:00
queue.h Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
str_util.c Group common includes into common.h 2021-01-08 19:22:10 +01:00
str_util.h Define feature test macros in common.h 2021-01-17 14:08:48 +01:00