1
0
Fork 0
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:
Stefan Lankes 2015-09-08 09:02:45 +02:00
parent 472bc39ccb
commit c897a867f0

View file

@ -449,7 +449,7 @@ struct gomp_thread
/* User pthread thread pool */
struct gomp_thread_pool *thread_pool;
};
} __attribute__ ((aligned (64)));
struct gomp_thread_pool