Changeset e46c753 for libcfa/src/concurrency/kernel.hfa
- Timestamp:
- Jul 2, 2020, 4:17:51 PM (5 years ago)
- 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
- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
r8e9e9a2 re46c753 131 131 #define CFA_CLUSTER_IO_POLLER_USER_THREAD 1 << 0 // 0x1 132 132 #define CFA_CLUSTER_IO_POLLER_THREAD_SUBMITS 1 << 1 // 0x2 133 // #define CFA_CLUSTER_IO_POLLER_KERNEL_SIDE1 << 2 // 0x4133 #define CFA_CLUSTER_IO_EAGER_SUBMITS 1 << 2 // 0x4 134 134 #define CFA_CLUSTER_IO_BUFFLEN_OFFSET 16 135 135
Note:
See TracChangeset
for help on using the changeset viewer.