Changeset 7f6a7c9 for libcfa/src/concurrency/kernel.hfa
- Timestamp:
- Sep 21, 2022, 11:02:15 AM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation
- Children:
- 95dab9e
- Parents:
- 428adbc (diff), 0bd46fd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
r428adbc r7f6a7c9 35 35 // I/O 36 36 struct cluster; 37 struct $io_context;38 struct $io_arbiter;37 struct io_context$; 38 struct io_arbiter$; 39 39 40 40 struct io_context_params { … … 113 113 114 114 struct { 115 $io_context* ctx;115 io_context$ * ctx; 116 116 unsigned target; 117 117 volatile bool pending; … … 230 230 struct { 231 231 // Array of $io_ 232 $io_context** data;232 io_context$ ** data; 233 233 234 234 // Time since subqueues were processed … … 267 267 268 268 struct { 269 $io_arbiter* arbiter;269 io_arbiter$ * arbiter; 270 270 io_context_params params; 271 271 } io;
Note:
See TracChangeset
for help on using the changeset viewer.