Searched refs:read_thread (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/hci/src/
H A Duserial.c81 pthread_t read_thread; member in struct:__anon1173
306 if (pthread_create(&userial_cb.read_thread, NULL, userial_read_thread, NULL)) {
388 int result = pthread_join(userial_cb.read_thread, NULL);
403 int result = pthread_join(userial_cb.read_thread, NULL);
H A Duserial_mct.c79 pthread_t read_thread; member in struct:__anon1175
278 if (pthread_create(&userial_cb.read_thread, NULL, userial_read_thread, NULL) != 0)
339 int result = pthread_join(userial_cb.read_thread, NULL);
364 if ((result=pthread_join(userial_cb.read_thread, NULL)) < 0)

Completed in 57 milliseconds