summaryrefslogtreecommitdiffstats
path: root/src/thread.c
AgeCommit message (Collapse)AuthorFilesLines
2021-09-27Remove files obsoleted by libimobiledevice-glueGravatar Nikias Bassen1-177/+0
2019-10-11Use condition variable instead of active waiting for device event handlingGravatar Nikias Bassen1-0/+60
With some devices and USB hardware the reconnect of a device might actually be faster than the check interval of the active waiting loop. With mutexes and a condition variable we will not miss the moment of reconnect anymore, even if it is really quick (like 7ms, right DanyL?)
2017-11-05thread: Add 'thread_alive' helperGravatar Nikias Bassen1-0/+11
2015-05-05Update fdr implementation for thread function changes in latestGravatar BALATON Zoltan1-7/+14
libimobiledevice version
2014-11-04Implement the FDR forwarder proxy service used during restore of recent iOS ↵Gravatar BALATON Zoltan1-0/+99
versions.