Searched refs:tidp (Results 1 – 1 of 1) sorted by relevance
603 ioshark_pthread_create(pthread_t *tidp, void *(*start_routine)(void *)) in ioshark_pthread_create() argument610 return pthread_create(tidp, &attr, start_routine, (void *)NULL); in ioshark_pthread_create()