Changeset 4ecc35a for libcfa/src/concurrency/io/types.hfa
- Timestamp:
- Mar 21, 2022, 1:28:59 PM (2 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- dbe2533
- Parents:
- 98d1b90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/types.hfa
r98d1b90 r4ecc35a 78 78 79 79 struct __cmp_ring_t { 80 volatile bool lock; 81 80 82 // Head and tail of the ring 81 83 volatile __u32 * head;
Note: See TracChangeset
for help on using the changeset viewer.