public ServerSpinLock(bool enableThreadOwnerTracking) { this.isThreadOwnerTrackingEnabled = enableThreadOwnerTracking; this.threadWhoTookLock = 0; this.ticket = new ServerTicketType(); this.stallTickets = null; }
public ServerSpinLock(bool enableThreadOwnerTracking) { this.isThreadOwnerTrackingEnabled = enableThreadOwnerTracking; this.threadWhoTookLock = 0; this.ticket = new ServerTicketType (); this.stallTickets = null; }