Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/thread.cfa

    rb4b63e8 rd72c074  
    3939        link.prev = 0p;
    4040        link.preferred = -1;
    41         #if defined( __CFA_WITH_VERIFY__ )
    42                 canary = 0x0D15EA5E0D15EA5E;
    43         #endif
    4441
    4542        node.next = 0p;
     
    5148
    5249void ^?{}($thread& this) with( this ) {
    53         #if defined( __CFA_WITH_VERIFY__ )
    54                 canary = 0xDEADDEADDEADDEAD;
    55         #endif
    5650        unregister(curr_cluster, this);
    5751        ^self_cor{};
Note: See TracChangeset for help on using the changeset viewer.