- File:
-
- 1 edited
-
libcfa/src/concurrency/thread.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/thread.cfa
rac12f1f re873838 41 41 link.preferred = -1; 42 42 #if defined( __CFA_WITH_VERIFY__ ) 43 canary = 0x0D15EA5E0D15EA5E p;43 canary = 0x0D15EA5E0D15EA5E; 44 44 #endif 45 45 … … 53 53 void ^?{}($thread& this) with( this ) { 54 54 #if defined( __CFA_WITH_VERIFY__ ) 55 canary = 0xDEADDEADDEADDEAD p;55 canary = 0xDEADDEADDEADDEAD; 56 56 #endif 57 57 unregister(curr_cluster, this);
Note:
See TracChangeset
for help on using the changeset viewer.