summaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_atomic.c
Commit message (Collapse)AuthorAge
* fixes #1034 POSIX atomic handing default case is bustedGarrett D'Amore2019-12-24
|
* wrong return type in fallback atomic opGarrett D'Amore2019-06-05
|
* fix #946 Use after free in TLSGarrett D'Amore2019-05-19
| | | | | This also introduces a more efficient reference counting usage based on atomics, rather than locks.
* fixes #674 want 64-bit atomics (for stats)Garrett D'Amore2018-08-27
|
* fixes #572 Several locking errors foundGarrett D'Amore2018-07-03
fixes #573 atomic flags could help This introduces a new atomic flag, and reduces some of the global locking. The lock refactoring work is not yet complete, but this is a positive step forward, and should help with certain things. While here we also fixed a compile warning due to incorrect types.