Ignore:
File:
1 edited

Legend:

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

    rf5f2768 ra757ba1  
    1515
    1616#define __cforall_thread__
     17#define _GNU_SOURCE
    1718
    1819#if defined(__CFA_DEBUG__)
     
    215216
    216217                // completion queue
    217                 cq.try_lock  = false;
     218                cq.lock      = false;
    218219                cq.id        = MAX;
    219220                cq.ts        = rdtscl();
Note: See TracChangeset for help on using the changeset viewer.