Changeset 276ae57e for libcfa/src/concurrency
- Timestamp:
- Mar 25, 2020, 10:16:25 AM (6 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:
- 6c6e36c
- Parents:
- f100a83
- File:
- 
      - 1 edited
 
 - 
          
  libcfa/src/concurrency/kernel.cfa (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      libcfa/src/concurrency/kernel.cfarf100a83 r276ae57e 344 344 345 345 __cfaabi_dbg_debug_do( 346 thrd_dst->park_stale = true;347 thrd_dst-> park_stale = false;346 thrd_dst->park_stale = true; 347 thrd_dst->unpark_stale = true; 348 348 ) 349 349 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  