Home
last modified time | relevance | path

Searched refs:tidp (Results 1 – 1 of 1) sorted by relevance

/system/extras/ioshark/
Dioshark_bench.c603 ioshark_pthread_create(pthread_t *tidp, void *(*start_routine)(void *)) in ioshark_pthread_create() argument
610 return pthread_create(tidp, &attr, start_routine, (void *)NULL); in ioshark_pthread_create()