summaryrefslogtreecommitdiffstats
path: root/src/thread.h
AgeCommit message (Collapse)AuthorFilesLines
2021-09-27Remove files obsoleted by libimobiledevice-glueGravatar Nikias Bassen1-70/+0
2019-10-11Use condition variable instead of active waiting for device event handlingGravatar Nikias Bassen1-0/+11
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?)
2019-01-23thread: Silence two compiler warningsGravatar Nikias Bassen1-0/+1
2017-11-05thread: Add 'thread_alive' helperGravatar Nikias Bassen1-0/+1
2015-05-05Update fdr implementation for thread function changes in latestGravatar BALATON Zoltan1-4/+5
libimobiledevice version
2014-11-04Implement the FDR forwarder proxy service used during restore of recent iOS ↵Gravatar BALATON Zoltan1-0/+56
versions.