Changeset 97cba9f
- Timestamp:
- Aug 21, 2020, 1:46:13 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 61b1447, 772411a, 7cfef0d, c2bc6d5
- Parents:
- ba70330
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/preemption.cfa
rba70330 r97cba9f 10 10 // Created On : Mon Jun 5 14:20:42 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Aug 21 07:54:40202013 // Update Count : 5 112 // Last Modified On : Fri Aug 21 13:45:32 2020 13 // Update Count : 52 14 14 // 15 15 … … 366 366 // the interrupt that is supposed to force the kernel thread to preempt might arrive 367 367 // before the kernel thread has even started running. When that happens, an interrupt 368 // w ea null 'this_processor' will be caught, just ignore it.368 // with a null 'this_processor' will be caught, just ignore it. 369 369 if(! kernelTLS.this_processor ) return; 370 370
Note: See TracChangeset
for help on using the changeset viewer.