HomeSort by relevance Sort by last modified time
    Searched refs:create_thread (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/btif/co/
bta_hh_co.c 126 ** Function create_thread
133 static inline pthread_t create_thread(void *(*start_routine)(void *), void * arg){ function
134 APPL_TRACE_DEBUG0("create_thread: entered");
145 APPL_TRACE_DEBUG0("create_thread: thread created successfully");
265 p_dev->hh_poll_thread_id = create_thread(btif_hh_poll_event_thread, p_dev);
290 p_dev->hh_poll_thread_id = create_thread(btif_hh_poll_event_thread, p_dev);
  /external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c 164 static inline pthread_t create_thread(void *(*start_routine)(void *), void * arg) function
235 if((ts[h].thread_id = create_thread(sock_poll_thread, (void*)h)) != -1)
btif_hl.c 5189 static inline pthread_t create_thread(void *(*start_routine)(void *), void * arg){ function
    [all...]

Completed in 316 milliseconds