picotm
0.5.0
|
Transactional wrappers for interfaces of <fcntl.h>. More...
Functions | |
PICOTM_NOTHROW int | creat_tm (const char *path, mode_t mode) |
PICOTM_NOTHROW int | fcntl_tm (int fildes, int cmd,...) |
PICOTM_NOTHROW int | open_tm (const char *path, int oflag,...) |
PICOTM_NOTHROW int creat_tm | ( | const char * | path, |
mode_t | mode | ||
) |
Variant of creat_tx() that operates on transactional memory.
PICOTM_NOTHROW int fcntl_tm | ( | int | fildes, |
int | cmd, | ||
... | |||
) |
Variant of fcntl_tx() that operates on transactional memory.
PICOTM_NOTHROW int open_tm | ( | const char * | path, |
int | oflag, | ||
... | |||
) |
Variant of open_tx() that operates on transactional memory.