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

/external/bluetooth/bluedroid/hci/src/
H A Duserial.c82 pthread_t read_thread; member in struct:__anon1040
391 if (pthread_create(&(userial_cb.read_thread), &thread_attr, \
398 if(pthread_getschedparam(userial_cb.read_thread, &policy, &param)==0)
404 result = pthread_setschedparam(userial_cb.read_thread, policy, &param);
515 if ((result=pthread_join(userial_cb.read_thread, NULL)) < 0)
H A Duserial_mct.c81 pthread_t read_thread; member in struct:__anon1042
310 if (pthread_create(&(userial_cb.read_thread), &thread_attr, \
318 if(pthread_getschedparam(userial_cb.read_thread, &policy, &param)==0)
324 result=pthread_setschedparam(userial_cb.read_thread,policy,&param);
400 if ((result=pthread_join(userial_cb.read_thread, NULL)) < 0)

Completed in 40 milliseconds