Relates :
|
|
Relates :
|
Current implementation of mutex size padding assumes that cache lines are 64 Bytes. There's a platform dependent define "DEFAULT_CACHE_LINE_SIZE" available which should be used. The purpose of this padding is to avoid false sharing.
|