Home
last modified time | relevance | path

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

/dports/multimedia/libxine/xine-lib-1.2.11/src/vdr/
H A Dinput_vdr.c178 pthread_mutex_t find_sync_point_lock; member
804 pthread_mutex_lock (&this->find_sync_point_lock); in vdr_execute_rpc_command()
806 pthread_mutex_unlock (&this->find_sync_point_lock); in vdr_execute_rpc_command()
1712 pthread_mutex_lock (&this->find_sync_point_lock); in vdr_plugin_read()
1750 pthread_mutex_unlock(&this->find_sync_point_lock); in vdr_plugin_read()
1906 pthread_mutex_destroy(&this->find_sync_point_lock); in vdr_plugin_dispose()
2746 pthread_mutex_init (&this->find_sync_point_lock, NULL); in vdr_class_get_instance()