Changes in libcfa/src/concurrency/invoke.h [2210cfc:eaf269d]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
r2210cfc reaf269d 10 10 // Created On : Tue Jan 17 12:27:26 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Jan 9 19:06:45202213 // Update Count : 4 812 // Last Modified On : Thu Jan 6 16:37:40 2022 13 // Update Count : 47 14 14 // 15 15 … … 211 211 struct processor * last_proc; 212 212 213 uint32_t random_state; // fast random numbers214 215 213 #if defined( __CFA_WITH_VERIFY__ ) 216 214 void * canary;
Note:
See TracChangeset
for help on using the changeset viewer.