Ignore:
Timestamp:
Mar 2, 2021, 1:58:12 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
2cd784a
Parents:
6047b00
Message:

Changed io to use ring per kernel threads.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/stats.hfa

    r6047b00 rdddb3dd0  
    8080                        } flush;
    8181                        struct {
    82                                 volatile uint64_t count;
     82                                volatile uint64_t drain;
     83                                volatile uint64_t completed;
     84                                volatile uint64_t flush;
    8385                                volatile uint64_t submitted;
    84                                 volatile uint64_t completed;
    85                                 volatile uint64_t blocks;
    8686                                struct {
    8787                                        volatile uint64_t busy;
Note: See TracChangeset for help on using the changeset viewer.