os-win/os_win/utils
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
..
compute Merge "Limit Failover Cluster WMI provider usage" 2018-10-26 10:56:48 +00:00
dns Fixed all typos in comments 2017-07-02 19:12:14 +03:00
io Add pipe helpers 2019-01-16 14:41:00 +02:00
metrics Allow enabling metrics per virtual disk 2018-09-27 19:40:48 +03:00
network Ignore events for unnamed VM vNICs 2018-09-28 16:08:27 +03:00
storage Remove deprecated methods 2017-12-20 16:28:57 +02:00
winapi Add mutex class 2019-02-01 14:15:27 +02:00
__init__.py Rename project to os-win 2015-09-17 05:21:49 -07:00
_acl_utils.py Fixed all typos in comments 2017-07-02 19:12:14 +03:00
_wqlutils.py Replace associators with direct queries 2016-02-23 15:58:14 +02:00
baseutils.py Fixes cached old WMI service objects issue 2017-06-14 02:19:39 -07:00
hostutils.py Adds NIC hardware offload support 2018-01-22 07:41:46 -08:00
hostutils10.py Remove log translations 2017-04-11 16:02:14 +08:00
jobutils.py Logging multiple WMI job errors 2018-11-22 12:41:13 +00:00
pathutils.py Fixed all typos in comments 2017-07-02 19:12:14 +03:00
processutils.py Add mutex class 2019-02-01 14:15:27 +02:00
win32utils.py Add mutex class 2019-02-01 14:15:27 +02:00