Files
MaxScale/server
Johan Wikman 3670edbc78 Spinlock cleanup
- Non-GCC intrinsics alternative implementation removed. Let's worry
  about the absence of the intrinsics once/if that becomes relevant.
- Spinlock release now performed using __sync_lock_release, as per
  svoj's advice.
- while-looping on the variable used as lock removed, so it no longer
  need to be volatile.
- Boolean function returns bool.
- Size of profiling counters increased.
- Risk for division-by-zero removed.
- Documentation moved from implementation to header.
2017-03-21 15:19:10 +02:00
..
2017-03-21 15:19:10 +02:00
2016-11-28 14:37:26 +02:00
2017-03-21 10:35:30 +02:00
2017-02-14 21:42:28 +02:00
2017-01-16 10:56:33 +02:00