1 reference to WaitForSingleObject
System.Diagnostics.EventLog (1)
src\runtime\src\libraries\Common\src\System\Diagnostics\NetFrameworkUtils.cs (1)
87
int result = Interop.Kernel32.
WaitForSingleObject
(mutexIn.SafeWaitHandle, 500);