Changeset f6fdfb14 for libcfa/src/concurrency/invoke.h
- Timestamp:
- May 3, 2021, 4:31:15 PM (3 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- eeb9f9f
- Parents:
- f04a3df6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
rf04a3df6 rf6fdfb14 146 146 struct __thread_desc_link { 147 147 struct $thread * next; 148 struct $thread * prev;149 148 volatile unsigned long long ts; 150 unsigned preferred;151 149 }; 152 150
Note: See TracChangeset
for help on using the changeset viewer.