Ignore:
Timestamp:
Jul 2, 2020, 4:17:51 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
8bb239d
Parents:
8e9e9a2
Message:

Added new io algorithm that eagerly submits while still helping

File:
1 edited

Legend:

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

    r8e9e9a2 re46c753  
    131131#define CFA_CLUSTER_IO_POLLER_USER_THREAD    1 << 0 // 0x1
    132132#define CFA_CLUSTER_IO_POLLER_THREAD_SUBMITS 1 << 1 // 0x2
    133 // #define CFA_CLUSTER_IO_POLLER_KERNEL_SIDE 1 << 2 // 0x4
     133#define CFA_CLUSTER_IO_EAGER_SUBMITS        1 << 2 // 0x4
    134134#define CFA_CLUSTER_IO_BUFFLEN_OFFSET        16
    135135
Note: See TracChangeset for help on using the changeset viewer.