Changes in libcfa/src/concurrency/io.cfa [45c9441:24e321c]
- File:
-
- 1 edited
-
libcfa/src/concurrency/io.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io.cfa
r45c9441 r24e321c 183 183 ctx.proc->io.pending = false; 184 184 185 ready_schedule_lock(); 185 186 __cfa_io_drain( proc ); 187 ready_schedule_unlock(); 186 188 // for(i; 2) { 187 189 // unsigned idx = proc->rdq.id + i; … … 314 316 ctx->proc->io.dirty = true; 315 317 if(sq.to_submit > 30 || !lazy) { 316 ready_schedule_lock();317 318 __cfa_io_flush( ctx->proc ); 318 ready_schedule_unlock();319 319 } 320 320 }
Note:
See TracChangeset
for help on using the changeset viewer.