Changes in / [4598e03:729df21]


Ignore:
Location:
libcfa/src/concurrency
Files:
2 edited

Legend:

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

    r4598e03 r729df21  
    179179                // Ensure that the kernel only sees the new value of the head index after the CQEs have been read.
    180180                __atomic_store_n( ctx->cq.head, head + count, __ATOMIC_SEQ_CST );
     181                ctx->proc->idle_wctx.drain_time = ts_next;
    181182
    182183                __cfadbg_print_safe(io, "Kernel I/O : %u completed age %llu\n", count, ts_next);
  • libcfa/src/concurrency/kernel.hfa

    r4598e03 r729df21  
    7777        volatile unsigned long long wake_time;
    7878        volatile unsigned long long sleep_time;
     79        volatile unsigned long long drain_time;
    7980};
    8081
Note: See TracChangeset for help on using the changeset viewer.