Example #1
0
 public Cond(noCopy noCopy = default, Locker L = default, notifyList notify = default, copyChecker checker = default)
 {
     this.noCopy  = noCopy;
     this.L       = L;
     this.notify  = notify;
     this.checker = checker;
 }
Example #2
0
 public Pool(noCopy noCopy = default, unsafe.Pointer local = default, System.UIntPtr localSize = default, unsafe.Pointer victim = default, System.UIntPtr victimSize = default, Action New = default)
Example #3
0
 public WaitGroup(noCopy noCopy = default, array <uint> state1 = default)
 {
     this.noCopy = noCopy;
     this.state1 = state1;
 }