Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_thread.cc107 static inline int create_thread(void* (*start_routine)(void*), void* arg, in create_thread() function
175 int status = create_thread(sock_poll_thread, (void*)(uintptr_t)h, &thread); in btsock_thread_create()
/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc257 static inline pthread_t create_thread(void* (*start_routine)(void*), in create_thread() function
298 p_dev->hh_poll_thread_id = create_thread(btif_hh_poll_event_thread, p_dev); in uhid_fd_open()