tlds
Transactional Operations for Linked Data Structures
|
#include <cstddef>
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | itm2stm::BlockReader |
struct | itm2stm::BlockWriter |
Namespaces | |
stm | |
itm2stm | |
Functions | |
size_t | itm2stm::block_write (stm::TxThread &, void *target, const void *source, size_t bytes) __attribute__((nonnull)) |
size_t | itm2stm::block_read (stm::TxThread &, void *target, const void *source, size_t bytes) __attribute__((nonnull)) |
void | itm2stm::block_set (stm::TxThread &, void *target, uint8_t c, size_t bytes) __attribute__((nonnull)) |