Changes in libcfa/src/concurrency/invoke.h [24e321c:2210cfc]
- File:
-
- 1 edited
-
libcfa/src/concurrency/invoke.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
r24e321c r2210cfc 10 10 // Created On : Tue Jan 17 12:27:26 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Dec 5 16:26:03 201913 // Update Count : 4 412 // Last Modified On : Sun Jan 9 19:06:45 2022 13 // Update Count : 48 14 14 // 15 15 … … 27 27 #ifndef _INVOKE_H_ 28 28 #define _INVOKE_H_ 29 30 enum { DEFAULT_STACK_SIZE = 65000 }; 29 31 30 32 struct __cfaehm_try_resume_node; … … 209 211 struct processor * last_proc; 210 212 213 uint32_t random_state; // fast random numbers 214 211 215 #if defined( __CFA_WITH_VERIFY__ ) 212 216 void * canary;
Note:
See TracChangeset
for help on using the changeset viewer.