#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_type * | orig = NULL |
void * | pthread_lib = NULL |
|
Definition at line 35 of file mypthread.cpp. |
|
Referenced by pthread_create(). |
|
Referenced by pthread_create(). |
|
Definition at line 42 of file mypthread.cpp. References GC_pthread_create(), GC_start_routine(), NULL, orig, and pthread_lib. |
|
Definition at line 40 of file mypthread.cpp. Referenced by pthread_create(). |
|
Definition at line 39 of file mypthread.cpp. Referenced by pthread_create(). |