Changeset 67a1c67 for libcfa/src/concurrency/kernel/fwd.hfa
- Timestamp:
- Aug 31, 2022, 2:03:03 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation
- Children:
- 9d67a6d
- Parents:
- 38a238d (diff), 594e1db (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/fwd.hfa
r38a238d r67a1c67 35 35 extern "C" { 36 36 extern "Cforall" { 37 extern __attribute__((aligned(64))) _ Thread_localstruct KernelThreadData {37 extern __attribute__((aligned(64))) __thread struct KernelThreadData { 38 38 struct thread$ * volatile this_thread; 39 39 struct processor * volatile this_processor;
Note: See TracChangeset
for help on using the changeset viewer.