Ignore:
Timestamp:
Aug 30, 2022, 4:57:46 PM (23 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
01ba701
Parents:
cefd0b9
Message:

Added option to explicitly poll interrupts.
Usefull in cases using nopreempt sections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/startup.cfa

    rcefd0b9 rfbb930e  
    4343        void disable_interrupts() __attribute__(( weak )) libcfa_public {}
    4444        void enable_interrupts() __attribute__(( weak )) libcfa_public {}
     45        bool poll_interrupts() __attribute__(( weak )) libcfa_public { return false; }
    4546
    4647
Note: See TracChangeset for help on using the changeset viewer.