Home
last modified time | relevance | path

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

/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Dbuffer.c81 pthread_mutex_lock (&this->buffer_pool_mutex); in buffer_pool_free()
131 pthread_mutex_unlock (&this->buffer_pool_mutex); in buffer_pool_free()
211 pthread_mutex_unlock (&this->buffer_pool_mutex); in buffer_pool_size_alloc_int()
231 pthread_mutex_lock (&this->buffer_pool_mutex); in buffer_pool_size_alloc()
240 pthread_mutex_lock (&this->buffer_pool_mutex); in buffer_pool_alloc()
262 pthread_mutex_unlock (&this->buffer_pool_mutex); in buffer_pool_alloc()
302 pthread_mutex_lock (&this->buffer_pool_mutex); in buffer_pool_realloc()
352 pthread_mutex_lock (&this->buffer_pool_mutex); in buffer_pool_try_alloc()
364 pthread_mutex_unlock (&this->buffer_pool_mutex); in buffer_pool_try_alloc()
726 pthread_mutex_lock (&this->buffer_pool_mutex); in fifo_buffer_num_free()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/include/xine/
H A Dbuffer.h643 pthread_mutex_t buffer_pool_mutex; member