Ignore:
Timestamp:
Mar 3, 2022, 3:17:05 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
fc01219
Parents:
9cd44ba
Message:

Pending/Dirty? flags now use relaxed atomics since they can be set remotely

File:
1 edited

Legend:

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

    r9cd44ba rd529ad0  
    9292        struct {
    9393                $io_context * ctx;
    94                 bool pending;
    95                 bool dirty;
     94                volatile bool pending;
     95                volatile bool dirty;
    9696        } io;
    9797
Note: See TracChangeset for help on using the changeset viewer.