- File:
-
- 1 edited
-
libcfa/src/concurrency/io/setup.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/setup.cfa
ra757ba1 rf5f2768 15 15 16 16 #define __cforall_thread__ 17 #define _GNU_SOURCE18 17 19 18 #if defined(__CFA_DEBUG__) … … 216 215 217 216 // completion queue 218 cq. lock= false;217 cq.try_lock = false; 219 218 cq.id = MAX; 220 219 cq.ts = rdtscl();
Note:
See TracChangeset
for help on using the changeset viewer.