Changeset 4233338b for libcfa/src/concurrency/coroutine.hfa
- Timestamp:
- Jan 10, 2022, 4:07:04 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 56d711f
- Parents:
- 0ac728b (diff), 7d0ebd0 (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/coroutine.hfa
r0ac728b r4233338b 10 10 // Created On : Mon Nov 28 12:27:26 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : T ue Feb 4 12:29:26 202013 // Update Count : 1 112 // Last Modified On : Thu Jan 6 16:33:16 2022 13 // Update Count : 12 14 14 // 15 15 … … 155 155 156 156 if( unlikely(dst->context.SP == 0p) ) { 157 __stack_prepare(&dst->stack, 65000);157 __stack_prepare(&dst->stack, DEFAULT_STACK_SIZE); 158 158 __cfactx_start(main, dst, cor, __cfactx_invoke_coroutine); 159 159 }
Note: See TracChangeset
for help on using the changeset viewer.