Home | History | Annotate | Download | only in src

Lines Matching full:create_thread

4896 ** Function create_thread
4903 static inline pthread_t create_thread(void *(*start_routine)(void *), void * arg){
4904 BTIF_TRACE_DEBUG("create_thread: entered");
4915 BTIF_TRACE_DEBUG("create_thread: thread created successfully");
4933 select_thread_id = create_thread(btif_hl_select_thread, NULL);