Changeset 3bb4f85
- Timestamp:
 - Nov 29, 2021, 4:05:43 PM (4 years ago)
 - Branches:
 - ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
 - Children:
 - d3605f8
 - Parents:
 - 8da377d3
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/concurrency/kernel.cfa (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/concurrency/kernel.cfa
r8da377d3 r3bb4f85 381 381 } 382 382 383 for(int i = 0; !available(future); i++) { 384 if(i > 1000) __cfaabi_dbg_write( "ERROR: kernel has bin spinning on a flush after exit loop.\n", 60); 385 __cfa_io_flush( this, 1 ); 386 } 387 383 388 __cfa_io_stop( this ); 384 389  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.