// Assembly: mscorlib
// Full name: System.Threading.LockQueue

namespace System.Threading
{
public class LockQueue // TypeDefIndex: 3821
{
	// Fields
	type#24999 rwlock;
	type#20868 lockCount;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#24998 rwlock) { }
	// RVA: -1
	public type#15313 Wait(type#20867 timeout) { }
	// RVA: -1
	public type#15313 get_IsEmpty() { }
	// RVA: -1
	public type#28660 Pulse() { }
}
}
