Changeset 37ba662 for libcfa/src/concurrency/kernel_private.hfa
- Timestamp:
- Jun 16, 2020, 3:32:00 PM (3 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 04b5cef
- Parents:
- 2073d207
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel_private.hfa
r2073d207 r37ba662 26 26 // Scheduler 27 27 28 struct __attribute__((aligned( 64))) __scheduler_lock_id_t;28 struct __attribute__((aligned(128))) __scheduler_lock_id_t; 29 29 30 30 extern "C" { … … 111 111 // Cells use by the reader writer lock 112 112 // while not generic it only relies on a opaque pointer 113 struct __attribute__((aligned( 64))) __scheduler_lock_id_t {113 struct __attribute__((aligned(128))) __scheduler_lock_id_t { 114 114 __processor_id_t * volatile handle; 115 115 volatile bool lock;
Note: See TracChangeset
for help on using the changeset viewer.