- File:
-
- 1 edited
-
libcfa/src/concurrency/thread.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/thread.cfa
ref94ae7 rab5baab 15 15 16 16 #define __cforall_thread__ 17 #define _GNU_SOURCE18 17 19 18 #include "thread.hfa" … … 40 39 curr_cluster = &cl; 41 40 link.next = 0p; 42 link.ts = -1llu;41 link.ts = 0; 43 42 preferred = -1u; 44 43 last_proc = 0p;
Note:
See TracChangeset
for help on using the changeset viewer.