tlds
Transactional Operations for Linked Data Structures
|
#include <assert.h>
#include "action.h"
#include "client.h"
#include "manager.h"
#include "reservation.h"
#include "thread.h"
#include "types.h"
Functions | |
client_t * | client_alloc (long id, manager_t *managerPtr, long numOperation, long numQueryPerTransaction, long queryRange, long percentUser) |
void | client_free (client_t *clientPtr) |
static action_t | selectAction (long r, long percentUser) |
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 | ) |
|
static |