Home | History | Annotate | Download | only in src

Lines Matching full:create_thread

4584  * Function create_thread
4591 static inline pthread_t create_thread(void* (*start_routine)(void*),
4593 BTIF_TRACE_DEBUG("create_thread: entered");
4603 BTIF_TRACE_DEBUG("create_thread: thread created successfully");
4621 select_thread_id = create_thread(btif_hl_select_thread, NULL);