mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
align gomp_thread to a cache line to avoid false sharing
This commit is contained in:
parent
472bc39ccb
commit
c897a867f0
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ struct gomp_thread
|
|||
|
||||
/* User pthread thread pool */
|
||||
struct gomp_thread_pool *thread_pool;
|
||||
};
|
||||
} __attribute__ ((aligned (64)));
|
||||
|
||||
|
||||
struct gomp_thread_pool
|
||||
|
|
Loading…
Add table
Reference in a new issue