6 references to LowLevelMonitor
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Threading\LowLevelLock.cs (1)
39
private
LowLevelMonitor
_monitor;
src\libraries\System.Private.CoreLib\src\System\Threading\WaitSubsystem.ThreadWaitInfo.Unix.cs (1)
24
private
LowLevelMonitor
_waitMonitor;
src\libraries\System.Private.CoreLib\src\System\Threading\WaitSubsystem.Unix.cs (4)
34
/// <see cref="LowLevelLock"/> and <see cref="
LowLevelMonitor
"/>
38
/// - <see cref="
LowLevelMonitor
"/> is the main system dependency of the wait subsystem, and all waits are done through
42
/// <see cref="
LowLevelMonitor
"/> for waiting.
110
/// using <see cref="
LowLevelMonitor
"/> as a lock, which uses pthread mutex functionality through p/invoke. The lock is