- File:
-
- 1 edited
-
libcfa/src/concurrency/thread.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/thread.cfa
rb4b63e8 rd72c074 39 39 link.prev = 0p; 40 40 link.preferred = -1; 41 #if defined( __CFA_WITH_VERIFY__ )42 canary = 0x0D15EA5E0D15EA5E;43 #endif44 41 45 42 node.next = 0p; … … 51 48 52 49 void ^?{}($thread& this) with( this ) { 53 #if defined( __CFA_WITH_VERIFY__ )54 canary = 0xDEADDEADDEADDEAD;55 #endif56 50 unregister(curr_cluster, this); 57 51 ^self_cor{};
Note:
See TracChangeset
for help on using the changeset viewer.