os-win/os_win/utils/winapi
Lucian Petrut 5c3f7cd15e Add mutex class
This will expose Windows mutexes. We usually rely on file locks
when synchronizing multiple processes, mostly for portability
reasons.

Some times, file locks may not be an option, in which case a
named mutex can be useful. We intend to use this in Glance when
ensuring that only one scrubber can run at a time.

Change-Id: I4a2a51e2164c6f5816f2af2641d41d1db7870600
2019-02-01 14:15:27 +02:00
..
errmsg Refactor Windows API usage 2017-06-22 13:04:43 +03:00
libs Add mutex class 2019-02-01 14:15:27 +02:00
__init__.py Refactor Windows API usage 2017-06-22 13:04:43 +03:00
constants.py Limit Failover Cluster WMI provider usage 2018-10-25 11:49:55 +03:00
wintypes.py Add pipe helpers 2019-01-16 14:41:00 +02:00