Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/co/
H A Dbta_hh_co.cc205 static inline pthread_t create_thread(void* (*start_routine)(void*), in create_thread() function
351 create_thread(btif_hh_poll_event_thread, p_dev); in bta_hh_co_open()
379 create_thread(btif_hh_poll_event_thread, p_dev); in bta_hh_co_open()
/aosp12/system/bt/btif/src/
H A Dbtif_sock_thread.cc106 static inline int create_thread(void* (*start_routine)(void*), void* arg, in create_thread() function
174 int status = create_thread(sock_poll_thread, (void*)(uintptr_t)h, &thread); in btsock_thread_create()