Searched refs:read_thread (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/bluedroid/hci/src/ |
D | userial_mct.c | 79 pthread_t read_thread; member 278 if (pthread_create(&userial_cb.read_thread, NULL, userial_read_thread, NULL) != 0) in userial_open() 339 int result = pthread_join(userial_cb.read_thread, NULL); in userial_close_reader() 364 if ((result=pthread_join(userial_cb.read_thread, NULL)) < 0) in userial_close()
|
D | userial.c | 81 pthread_t read_thread; member 306 if (pthread_create(&userial_cb.read_thread, NULL, userial_read_thread, NULL)) { in userial_open() 388 int result = pthread_join(userial_cb.read_thread, NULL); in userial_close_reader() 403 int result = pthread_join(userial_cb.read_thread, NULL); in userial_close()
|