// Assembly: System
// Full name: WorkStealingQueue

public class WorkStealingQueue // TypeDefIndex: 7967
{
	// Fields
	type#20868 _headIndex;
	type#20868 _tailIndex;
	type#12677 _array;
	type#20868 _mask;
	type#20868 _addTakeCount;
	type#20868 _stealCount;
	type#20869 _currentOp;
	type#15315 _frozen;
	type#11300 _nextQueue;
	type#20878 _ownerThreadId;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#11299 nextQueue) { }
	// RVA: -1
	internal type#28660 LocalPush(type#1504 item, type#11945 emptyToNonEmptyListTransitionCount) { }
	// RVA: -1
	internal type#15313 TryLocalPop(type#11516 result) { }
	// RVA: -1
	internal type#15313 TrySteal(type#11516 result, type#15313 take) { }
	// RVA: -1
	internal type#20867 DangerousCopyTo(type#12676 array, type#20867 arrayIndex) { }
	// RVA: -1
	internal type#20867 get_DangerousCount() { }
}
