Example #1
0
 /// <nodoc />
 protected ThreadState(int threadId)
 {
     ThreadId  = threadId;
     m_barrier = new Barrier();
 }