Changeset c90db2d for libcfa/src/concurrency/kernel/startup.cfa
- Timestamp:
- Jan 14, 2022, 7:01:21 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- a2a4566
- Parents:
- 145dcd5 (diff), 9ee3f54 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/startup.cfa
r145dcd5 rc90db2d 102 102 extern void __wake_proc(processor *); 103 103 extern int cfa_main_returned; // from interpose.cfa 104 extern uint32_t __global_random_seed; 104 105 105 106 //----------------------------------------------------------------------------- … … 175 176 this.context = &storage_mainThreadCtx; 176 177 } 177 178 178 179 179 … … 490 490 preferred = ready_queue_new_preferred(); 491 491 last_proc = 0p; 492 random_state = __global_random_seed; 492 493 #if defined( __CFA_WITH_VERIFY__ ) 493 494 canary = 0x0D15EA5E0D15EA5Ep;
Note: See TracChangeset
for help on using the changeset viewer.