pthread_fn         42 threadwrappers.cpp     void * (*pthread_fn) (void *arg); // pthread_create calls fn -> void *
pthread_fn        142 threadwrappers.cpp   void * (*pthread_fn) (void *) = threadArg->pthread_fn;
pthread_fn        145 threadwrappers.cpp   JASSERT(pthread_fn != 0x0);
pthread_fn        159 threadwrappers.cpp   void *result = (*pthread_fn)(thread_arg);
pthread_fn        191 threadwrappers.cpp   threadArg->pthread_fn = start_routine;