Searched refs:rb_rw_lock (Results 1 – 1 of 1) sorted by relevance
65 pthread_mutex_t rb_rw_lock; member122 status = pthread_mutex_init(&rbc->rb_rw_lock, NULL); in ring_buffer_init()137 status = pthread_mutex_destroy(&rbc->rb_rw_lock); in ring_buffer_deinit()247 rb_lock(&rbc->rb_rw_lock); in rb_write()280 rb_unlock(&rbc->rb_rw_lock); in rb_write()289 rb_lock(&rbc->rb_rw_lock); in rb_write()317 rb_unlock(&rbc->rb_rw_lock); in rb_write()321 rb_lock(&rbc->rb_rw_lock); in rb_write()334 rb_unlock(&rbc->rb_rw_lock); in rb_write()337 rb_unlock(&rbc->rb_rw_lock); in rb_write()[all …]