Ignore:
Timestamp:
Dec 15, 2022, 12:08:44 PM (23 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
e716aec
Parents:
1ab773e0
Message:

added helping and lock to allow remote processors to flush unresponsive procs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io/setup.cfa

    r1ab773e0 r26544f9  
    216216
    217217                // completion queue
    218                 cq.lock      = false;
     218                cq.try_lock  = false;
    219219                cq.id        = MAX;
    220220                cq.ts        = rdtscl();
Note: See TracChangeset for help on using the changeset viewer.