summaryrefslogtreecommitdiff
path: root/core/host/atomic.h
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* core/host/atomic.h: Format with clang-formatJack Rosenthal2022-07-011-1/+1
* atomic: add atomic_and functionDawid Niedzwiecki2022-03-091-0/+5
* atomic: extract atomic_t to a separated fileDawid Niedzwiecki2021-11-241-3/+1
* atomic.h: atomic_clear_bits: return previously stored valueTing Shen2021-07-291-2/+2
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* atomic: remove deprecated atomic functionsDawid Niedzwiecki2020-10-301-34/+0
* core/host: add Zephyr compatible atomic functionsDawid Niedzwiecki2020-10-131-0/+28
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-2/+2
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-5/+14
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* Atomic: Mark the modified uint32_t volatileAnton Staaf2015-07-271-5/+5
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-071-0/+37