Changeset 50871b4
- Timestamp:
 - Jun 14, 2021, 2:01:38 PM (4 years ago)
 - Branches:
 - ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
 - Children:
 - 96f002c1
 - Parents:
 - 3720c9aa
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/concurrency/kernel.cfa (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/concurrency/kernel.cfa
r3720c9aa r50871b4 422 422 __cfactx_switch( &proc_cor->context, &thrd_dst->context ); 423 423 // when __cfactx_switch returns we are back in the processor coroutine 424 425 424 426 425 427 /* paranoid */ verify( 0x0D15EA5E0D15EA5Ep == thrd_dst->canary );  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.