Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/co/
Dbta_hh_co.c131 static inline pthread_t create_thread(void *(*start_routine)(void *), void * arg){ in create_thread() function
263 p_dev->hh_poll_thread_id = create_thread(btif_hh_poll_event_thread, p_dev); in bta_hh_co_open()
288 p_dev->hh_poll_thread_id = create_thread(btif_hh_poll_event_thread, p_dev); in bta_hh_co_open()
/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_thread.c164 static inline pthread_t create_thread(void *(*start_routine)(void *), void * arg) in create_thread() function
235 if((ts[h].thread_id = create_thread(sock_poll_thread, (void*)h)) != -1) in btsock_thread_create()
Dbtif_hl.c5164 static inline pthread_t create_thread(void *(*start_routine)(void *), void * arg){ in create_thread() function
5192 select_thread_id = create_thread(btif_hl_select_thread, NULL); in btif_hl_soc_thread_init()