RTMutex Constructor IntervalZero RTX Managed Code
Overload List

Name Description
Public method RTMutex
Initializes a new instance of the Mutex2 class with default properties.
Public method RTMutex(Boolean)
Initializes a new instance of the RTMutex class with a Boolean value indicating whether the calling thread should have initial ownership of the mutex.
Public method RTMutex(Boolean, String)
Initializes a new instance of the Mutex2 class with a Boolean value indicating whether the calling thread should have initial ownership of the mutex, and a string that is the name of the mutex.
Public method RTMutex(Boolean, String, Boolean )
Initializes a new instance of the Mutex2 class with a Boolean value indicating whether the calling thread should have initial ownership of the mutex, a string that is the name of the mutex, and a Boolean value that, when the method returns, will indicate whether the calling thread was granted initial ownership of the mutex.
Back to Top
See Also