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