Changes in libcfa/src/concurrency/invoke.h [2210cfc:24e321c]
- File:
-
- 1 edited
-
libcfa/src/concurrency/invoke.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
r2210cfc r24e321c 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:45 202213 // Update Count : 4 812 // Last Modified On : Thu Dec 5 16:26:03 2019 13 // Update Count : 44 14 14 // 15 15 … … 27 27 #ifndef _INVOKE_H_ 28 28 #define _INVOKE_H_ 29 30 enum { DEFAULT_STACK_SIZE = 65000 };31 29 32 30 struct __cfaehm_try_resume_node; … … 211 209 struct processor * last_proc; 212 210 213 uint32_t random_state; // fast random numbers214 215 211 #if defined( __CFA_WITH_VERIFY__ ) 216 212 void * canary;
Note:
See TracChangeset
for help on using the changeset viewer.