Andre Oppermann e8b3186b6a Change certain heavily used network related mutexes and rwlocks to
reside on their own cache line to prevent false sharing with other
nearby structures, especially for those in the .bss segment.

NB: Those mutexes and rwlocks with variables next to them that get
changed on every invocation do not benefit from their own cache line.
Actually it may be net negative because two cache misses would be
incurred in those cases.
2013-04-09 21:02:20 +00:00
..
2012-09-04 12:07:33 +00:00
2013-03-22 20:44:16 +00:00
2012-10-17 21:19:27 +00:00
2013-03-22 20:44:16 +00:00
2013-03-22 20:44:16 +00:00
2013-01-31 08:55:21 +00:00
2013-03-19 05:51:47 +00:00
2013-03-19 05:51:47 +00:00