Changeset 6a77224 for libcfa/src/concurrency/io
- Timestamp:
 - Oct 30, 2020, 12:01:12 PM (5 years ago)
 - Branches:
 - ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
 - Children:
 - 4ae78c1
 - Parents:
 - 7ee8153
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/concurrency/io/setup.cfa (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/concurrency/io/setup.cfa
r7ee8153 r6a77224 250 250 // Fixup the thread state 251 251 thrd.state = Blocked; 252 thrd.ticket = 0;252 thrd.ticket = TICKET_BLOCKED; 253 253 thrd.preempted = __NO_PREEMPTION; 254 254  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.