Ignore:
Timestamp:
Mar 31, 2022, 3:57:48 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
80e39f1
Parents:
13cdc8c
Message:

Disable waiting on io_uring for idle (maybe temporary).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel/private.hfa

    r13cdc8c rf870e257  
    4040
    4141// Defines whether or not we *want* to use io_uring_enter as the idle_sleep blocking call
    42 #define CFA_WANT_IO_URING_IDLE
     42// #define CFA_WANT_IO_URING_IDLE
    4343
    4444// Defines whether or not we *can* use io_uring_enter as the idle_sleep blocking call
Note: See TracChangeset for help on using the changeset viewer.