Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/thread.cfa

    ref94ae7 rab5baab  
    1515
    1616#define __cforall_thread__
    17 #define _GNU_SOURCE
    1817
    1918#include "thread.hfa"
     
    4039        curr_cluster = &cl;
    4140        link.next = 0p;
    42         link.ts   = -1llu;
     41        link.ts   = 0;
    4342        preferred = -1u;
    4443        last_proc = 0p;
Note: See TracChangeset for help on using the changeset viewer.