Eneboo - Documentación para desarrolladores
Clases | 'defines' | 'typedefs' | Funciones
Referencia del Archivo src/pthreads/tests/rwlock7.c
#include "test.h"
#include <sys/timeb.h>

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[])

Documentación de los 'defines'

#define DATASIZE   7
#define ITERATIONS   1000000
#define THREADS   5

Documentación de los 'typedefs'

typedef struct data_tag data_t
typedef struct thread_tag thread_t

Documentación de las funciones

int main ( int  argc,
char *  argv[] 
)
void* thread_routine ( void *  arg)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'