Ignore:
File:
1 edited

Legend:

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

    ra757ba1 rf5f2768  
    1515
    1616#define __cforall_thread__
    17 #define _GNU_SOURCE
    1817
    1918#if defined(__CFA_DEBUG__)
     
    216215
    217216                // completion queue
    218                 cq.lock      = false;
     217                cq.try_lock  = false;
    219218                cq.id        = MAX;
    220219                cq.ts        = rdtscl();
Note: See TracChangeset for help on using the changeset viewer.