Changeset b9237fe for libcfa/src/concurrency
- Timestamp:
 - Jul 3, 2020, 1:21:03 PM (5 years ago)
 - Branches:
 - ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
 - Children:
 - 47746a2
 - Parents:
 - 8bb239d
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/concurrency/io.cfa (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/concurrency/io.cfa
r8bb239d rb9237fe 794 794 // We got the lock 795 795 unsigned to_submit = __collect_submitions( ring ); 796 // /* paranoid */ verify( to_submit > 0 );797 if( to_submit == 0 ) abort();798 799 796 const uint32_t smask = *ring.submit_q.mask; 800 797 uint32_t shead = *ring.submit_q.head;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.