Various odds and ends.
This commit is contained in:
8
threadprof.h
Normal file
8
threadprof.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifdef PROFILING
|
||||
|
||||
#define pthread_create(a, b, c, d) gprof_pthread_create(a, b, c, d)
|
||||
|
||||
int gprof_pthread_create(pthread_t * thread, pthread_attr_t * attr,
|
||||
void * (*start_routine)(void *), void * arg);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user