Changes in src/libcfa/concurrency/kernel.c [2b8bc41:82c948c]
- File:
-
- 1 edited
-
src/libcfa/concurrency/kernel.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/kernel.c
r2b8bc41 r82c948c 10 10 // Created On : Tue Jan 17 12:27:26 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Feb 6 21:51:26 201813 // Update Count : 412 // Last Modified On : Fri Dec 8 16:23:33 2017 13 // Update Count : 3 14 14 // 15 15 … … 588 588 } 589 589 590 int kernel_abort_lastframe( void ) __attribute__ ((__nothrow__)) {591 return get_coroutine(this_thread) == get_coroutine(mainThread) ? 4 : 2;592 }593 594 590 extern "C" { 595 591 void __cfaabi_dbg_bits_acquire() {
Note:
See TracChangeset
for help on using the changeset viewer.