Searched refs:start_routine (Results 1 - 4 of 4) sorted by relevance

/system/bt/btif/co/
H A Dbta_hh_co.cc167 static inline pthread_t create_thread(void* (*start_routine)(void*), argument
175 if (pthread_create(&thread_id, &thread_attr, start_routine, arg) != 0) {
/system/bt/btif/src/
H A Dbtif_sock_thread.cc105 static inline int create_thread(void* (*start_routine)(void*), void* arg, argument
115 ret = pthread_create(thread_id, &thread_attr, start_routine, arg);
H A Dbtif_hl.cc4654 static inline pthread_t create_thread(void* (*start_routine)(void*), argument
4662 if (pthread_create(&thread_id, &thread_attr, start_routine, arg) != 0) {
/system/extras/ioshark/
H A Dioshark_bench.c595 ioshark_pthread_create(pthread_t *tidp, void *(*start_routine)(void *))
602 return pthread_create(tidp, &attr, start_routine, (void *)NULL);

Completed in 596 milliseconds