Ignore:
Timestamp:
May 4, 2020, 12:54:56 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
3c039b0
Parents:
c5c743e
Message:

Tentative fix to the deadlock in cluster shutdown

File:
1 edited

Legend:

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

    rc5c743e r6502a2b  
    191191        struct __io_poller_fast {
    192192                struct io_ring * ring;
     193                bool waiting;
    193194                $thread thrd;
    194195        };
Note: See TracChangeset for help on using the changeset viewer.