-
Committer:
Jon Olav Hauglid
-
Date:
2014-03-04 07:45:27 UTC
-
Revision ID:
jon.hauglid@oracle.com-20140304074527-376oz8l2qrqcqyzp
Bug#18259108: REMOVE THREAD_SAFE_INCREMENT/DECREMENT
This patch removes the redundant thread_safe_increment/decrement
functions and replaces their usage with my_atomic_* functions or
explicit mutex usage (where appropriate).
The patch also removes some dead code from my_pthread.h