scrcpy/app/src
Romain Vimont a919944372 Use _exit() instead of exit() in child process
exit() should not be called from within a child process, since it would
call functions registered with atexit(), and flush stdio streams. Use
_exit() instead.
2018-01-04 10:22:09 +01:00
..
unix Use _exit() instead of exit() in child process 2018-01-04 10:22:09 +01:00
win Initial commit 2017-12-12 15:25:15 +01:00
command.c Initial commit 2017-12-12 15:25:15 +01:00
command.h Optimize includes 2017-12-18 11:07:42 +01:00
decoder.c Handle condition variable failure 2017-12-15 17:15:55 +01:00
decoder.h Optimize includes 2017-12-18 11:07:42 +01:00
events.h Initial commit 2017-12-12 15:25:15 +01:00
frames.c Always destroy in reverse order 2017-12-19 14:11:55 +01:00
frames.h Optimize includes 2017-12-18 11:07:42 +01:00
lockutil.c Do not inline lockutil functions 2017-12-18 11:07:42 +01:00
lockutil.h Do not inline lockutil functions 2017-12-18 11:07:42 +01:00
netutil.c Initial commit 2017-12-12 15:25:15 +01:00
netutil.h Initial commit 2017-12-12 15:25:15 +01:00
scrcpy.c Improve main() error handling 2017-12-18 11:29:34 +01:00
screen.c Do not call SDL_Quit() 2017-12-19 14:12:11 +01:00
screen.h Optimize includes 2017-12-18 11:07:42 +01:00
strutil.c Initial commit 2017-12-12 15:25:15 +01:00
strutil.h Initial commit 2017-12-12 15:25:15 +01:00