Changeset 0957f62 for libcfa/src/concurrency/preemption.cfa
- Timestamp:
- Mar 1, 2026, 5:47:54 PM (42 hours ago)
- Branches:
- master
- Children:
- 02e7483
- Parents:
- 8086004
- File:
-
- 1 edited
-
libcfa/src/concurrency/preemption.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/preemption.cfa
r8086004 r0957f62 10 10 // Created On : Mon Jun 5 14:20:42 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Apr 25 07:24:39 202513 // Update Count : 6 312 // Last Modified On : Sun Mar 1 10:00:18 2026 13 // Update Count : 68 14 14 // 15 15 … … 571 571 __cfaabi_dbg_print_buffer_decl( " KERNEL: preempting core %p (%p @ %p).\n", __cfaabi_tls.this_processor, __cfaabi_tls.this_thread, (void *)(cxt->uc_mcontext.CFA_REG_IP) ); 572 572 573 #if defined( __CFA_DEBUG__ ) 574 stack_verify(); // good place to check for stack overflow 575 #endif // __CFA_DEBUG__ 576 573 577 // Sync flag : prevent recursive calls to the signal handler 574 578 __cfaabi_tls.preemption_state.in_progress = true; … … 591 595 #endif 592 596 593 force_yield( __ALARM_PREEMPTION ); // Do the actual __cfactx_switch597 force_yield( __ALARM_PREEMPTION ); // Do the actual __cfactx_switch 594 598 } 595 599
Note:
See TracChangeset
for help on using the changeset viewer.