-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
udiskslinuxprovider: Move udev monitor in a separate thread
Traditionally the master uevent monitor was bound to a main thread. However with most of the D-Bus object machinery, interface updates, etc. being done in the same thread, lost uevents were spotted on resource-constrained systems. Better to dedicate a new thread for incoming uevents that are sent to a probing thread right away, effectively acting as a storage queue.
- Loading branch information
Showing
1 changed file
with
52 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters