You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@@ -597,20 +597,12 @@ namespace System.Threading
|
||||
|
||||
private static void ThrowAbandonedMutexException()
|
||||
{
|
||||
#if !FEATURE_CORECLR
|
||||
throw new AbandonedMutexException();
|
||||
#else
|
||||
throw new Exception(Environment.GetResourceString("Threading.AbandonedMutexException"));
|
||||
#endif
|
||||
}
|
||||
|
||||
private static void ThrowAbandonedMutexException(int location, WaitHandle handle)
|
||||
{
|
||||
#if !FEATURE_CORECLR
|
||||
throw new AbandonedMutexException(location, handle);
|
||||
#else
|
||||
throw new Exception(Environment.GetResourceString("Threading.AbandonedMutexException"));
|
||||
#endif
|
||||
}
|
||||
|
||||
public virtual void Close()
|
||||
|
||||
Reference in New Issue
Block a user