|
tlds
Transactional Operations for Linked Data Structures
|
Go to the source code of this file.
Classes | |
| struct | client |
Typedefs | |
| typedef struct client | client_t |
Functions | |
| client_t * | client_alloc (long id, manager_t *managerPtr, long numOperation, long numQueryPerTransaction, long queryRange, long percentUser) |
| void | client_free (client_t *clientPtr) |
| void | client_run (void *argPtr) |
| client_t* client_alloc | ( | long | id, |
| manager_t * | managerPtr, | ||
| long | numOperation, | ||
| long | numQueryPerTransaction, | ||
| long | queryRange, | ||
| long | percentUser | ||
| ) |
| void client_free | ( | client_t * | clientPtr | ) |
| void client_run | ( | void * | argPtr | ) |