- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel/fwd.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/fwd.hfa
rfc2c57a9 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.