_real_pthread_create  384 syscallwrappers.h   int _real_pthread_create(pthread_t *thread, const pthread_attr_t *attr,
_real_pthread_create  215 threadwrappers.cpp   retval = _real_pthread_create(thread, attr, pthread_start, threadArg);