Searched defs:pthread_create_WRK (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/helgrind/
H A Dhg_intercepts.c246 static int pthread_create_WRK(pthread_t *thread, const pthread_attr_t *attr, function
300 return pthread_create_WRK(thread, attr, start, arg);
306 return pthread_create_WRK(thread, attr, start, arg);

Completed in 91 milliseconds