Home
last modified time | relevance | path

Searched refs:thread_start (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluez/audio/
Dliba2dp.c123 pthread_cond_t thread_start; member
972 pthread_cond_destroy(&data->thread_start); in a2dp_free()
989 pthread_cond_signal(&data->thread_start); in a2dp_thread()
1072 pthread_cond_init(&data->thread_start, NULL); in a2dp_init()
1092 pthread_cond_wait(&data->thread_start, &data->mutex); in a2dp_init()