Eneboo - Documentación para desarrolladores
|
Clases | |
struct | thread_tag |
struct | data_tag |
'defines' | |
#define | THREADS 5 |
#define | DATASIZE 7 |
#define | ITERATIONS 1000000 |
'typedefs' | |
typedef struct thread_tag | thread_t |
typedef struct data_tag | data_t |
Funciones | |
void * | thread_routine (void *arg) |
int | main (int argc, char *argv[]) |
#define DATASIZE 7 |
#define ITERATIONS 1000000 |
#define THREADS 5 |
typedef struct thread_tag thread_t |
void* thread_routine | ( | void * | arg | ) |