Fast Probing
 All Classes Files Functions Variables Typedefs Macros
Classes | Typedefs | Functions | Variables
/home/aomegax/workspace/Fast Probing/mt-main.cpp File Reference
#include "lib/fastprobing.h"
#include "lib/probereply.h"
#include "lib/generaloption.h"
#include "lib/util.h"
#include <iostream>
#include <string.h>
#include <semaphore.h>
#include <pthread.h>
#include <list>
Include dependency graph for mt-main.cpp:

Go to the source code of this file.

Classes

struct  LocalOptions

Typedefs

typedef struct LocalOptions LocalOptions

Functions

void * send_probe (void *lOpts)
int main ()

Variables

sem_t mainsem
pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER

Typedef Documentation

typedef struct LocalOptions LocalOptions

Function Documentation

int main ( )

Definition at line 51 of file mt-main.cpp.

Here is the call graph for this function:

void * send_probe ( void *  lOpts)

Definition at line 179 of file mt-main.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER

Definition at line 40 of file mt-main.cpp.

sem_t mainsem

Definition at line 39 of file mt-main.cpp.