mypthread.cpp File Reference

#include <stdlib.h>
#include <stdio.h>
#include <dlfcn.h>

Go to the source code of this file.

Typedefs

typedef void * pthread_create_type (void *a, void *b, void *c, void *d)

Functions

void * GC_pthread_create (void *, void *, void *, void *)
void * GC_start_routine (void *arg)
void * pthread_create (void *a, void *b, void *c, void *d)

Variables

pthread_create_typeorig = NULL
void * pthread_lib = NULL


Typedef Documentation

typedef void* pthread_create_type(void *a, void *b, void *c, void *d)
 

Definition at line 35 of file mypthread.cpp.


Function Documentation

void* GC_pthread_create void *  ,
void *  ,
void *  ,
void * 
 

Referenced by pthread_create().

void* GC_start_routine void *  arg  ) 
 

Referenced by pthread_create().

void* pthread_create void *  a,
void *  b,
void *  c,
void *  d
 

Definition at line 42 of file mypthread.cpp.

References GC_pthread_create(), GC_start_routine(), NULL, orig, and pthread_lib.


Variable Documentation

pthread_create_type* orig = NULL
 

Definition at line 40 of file mypthread.cpp.

Referenced by pthread_create().

void* pthread_lib = NULL
 

Definition at line 39 of file mypthread.cpp.

Referenced by pthread_create().


Generated on Tue Sep 19 21:18:37 2006 for Boomerang by  doxygen 1.4.6