Ignore:
Timestamp:
Oct 1, 2020, 2:41:30 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
dd53f75
Parents:
e235429
Message:

Fixed missing changes to park/unpark.
Added canary to threads to check when the thread was destroyed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/invoke.h

    re235429 rb4b63e8  
    190190                } node;
    191191
    192                 #ifdef __CFA_DEBUG__
     192                #if defined( __CFA_WITH_VERIFY__ )
    193193                        unsigned long long canary;
    194194                #endif
Note: See TracChangeset for help on using the changeset viewer.