pthread_create    225 plugin/timer/timer_create.cpp             (void) pthread_create (&th, &tk->attr, timer_sigev_thread, td);
pthread_create    261 plugin/timer/timer_create.cpp   int res = pthread_create (&th, &attr, timer_helper_thread, NULL);
pthread_create    272 syscallsreal.c     _real_func_addr[ENUM(pthread_create)] = dlvsym(RTLD_NEXT, "pthread_create",
pthread_create    279 syscallsreal.c       _real_func_addr[ENUM(pthread_create)] = addr;
pthread_create    938 syscallsreal.c   REAL_FUNC_PASSTHROUGH_TYPED (int, pthread_create)
pthread_create    236 syscallwrappers.h   MACRO(pthread_create)                     \
pthread_create    164 threadlist.cpp   JASSERT(pthread_create(&checkpointhreadid, NULL, checkpointhread, NULL) == 0);