picotm
0.6.0
|
Transactional wrappers for interfaces of <pthread.h>. More...
Functions | |
PICOTM_NOTHROW int | pthread_equal_tx (pthread_t t1, pthread_t t2) |
PICOTM_NOTHROW pthread_t | pthread_self_tx (void) |
PICOTM_NOTHROW int pthread_equal_tx | ( | pthread_t | t1, |
pthread_t | t2 | ||
) |
A transaction-safe implementation of pthread_equal().
PICOTM_NOTHROW pthread_t pthread_self_tx | ( | void | ) |
A transaction-safe implementation of pthread_self().