Changeset 778315e for libcfa/src
- Timestamp:
 - Feb 17, 2022, 6:52:52 PM (4 years ago)
 - Branches:
 - ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
 - Children:
 - fe610ab
 - Parents:
 - a389ffe
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/concurrency/preemption.cfa (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/concurrency/preemption.cfa
ra389ffe r778315e 10 10 // Created On : Mon Jun 5 14:20:42 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Nov 6 07:42:13 202013 // Update Count : 5 412 // Last Modified On : Thu Feb 17 11:18:57 2022 13 // Update Count : 59 14 14 // 15 15 … … 243 243 //---------- 244 244 // special case for preemption since used often 245 bool __preemption_enabled() {245 __attribute__((optimize("no-reorder-blocks"))) bool __preemption_enabled() { 246 246 // create a assembler label before 247 247 // marked as clobber all to avoid movement  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.