Changeset 2af1943 for libcfa/src/concurrency/kernel/fwd.hfa
- Timestamp:
- Jul 28, 2022, 11:59:02 AM (2 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation
- Children:
- c4c8571
- Parents:
- 13d326ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/fwd.hfa
r13d326ec r2af1943 35 35 extern "C" { 36 36 extern "Cforall" { 37 extern __attribute__((aligned( 128))) thread_local struct KernelThreadData {37 extern __attribute__((aligned(64))) thread_local 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.