Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dplugins.c42 static pthread_mutex_t plugins_lock = PTHREAD_MUTEX_INITIALIZER; variable
70 pthread_mutex_lock(&plugins_lock); in ly_clean_plugins()
92 pthread_mutex_unlock(&plugins_lock); in ly_clean_plugins()
97 pthread_mutex_lock(&plugins_lock); in ly_clean_plugins()
137 pthread_mutex_unlock(&plugins_lock); in ly_clean_plugins()
396 pthread_mutex_lock(&plugins_lock); in ly_load_plugins()
407 pthread_mutex_unlock(&plugins_lock); in ly_load_plugins()
412 pthread_mutex_lock(&plugins_lock); in ly_load_plugins()
448 pthread_mutex_unlock(&plugins_lock); in ly_load_plugins()
/dports/biology/py-pysam/pysam-0.18.0/htslib/
H A Dhfile.c928 pthread_mutex_lock(&plugins_lock); in hfile_shutdown()
945 pthread_mutex_unlock(&plugins_lock); in hfile_shutdown()
951 pthread_mutex_destroy(&plugins_lock); in hfile_exit()
1134 pthread_mutex_lock(&plugins_lock); in find_scheme_handler()
1139 pthread_mutex_unlock(&plugins_lock); in find_scheme_handler()
1161 pthread_mutex_lock(&plugins_lock); in hfile_list_schemes()
1166 pthread_mutex_unlock(&plugins_lock); in hfile_list_schemes()
1200 pthread_mutex_lock(&plugins_lock); in hfile_list_plugins()
1205 pthread_mutex_unlock(&plugins_lock); in hfile_list_plugins()
1236 pthread_mutex_lock(&plugins_lock); in hfile_has_plugin()
[all …]
/dports/biology/htslib/htslib-1.14/
H A Dhfile.c928 pthread_mutex_lock(&plugins_lock); in hfile_shutdown()
945 pthread_mutex_unlock(&plugins_lock); in hfile_shutdown()
951 pthread_mutex_destroy(&plugins_lock); in hfile_exit()
1134 pthread_mutex_lock(&plugins_lock); in find_scheme_handler()
1139 pthread_mutex_unlock(&plugins_lock); in find_scheme_handler()
1161 pthread_mutex_lock(&plugins_lock); in hfile_list_schemes()
1166 pthread_mutex_unlock(&plugins_lock); in hfile_list_schemes()
1200 pthread_mutex_lock(&plugins_lock); in hfile_list_plugins()
1205 pthread_mutex_unlock(&plugins_lock); in hfile_list_plugins()
1236 pthread_mutex_lock(&plugins_lock); in hfile_has_plugin()
[all …]
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/
H A Dhfile.c713 static pthread_mutex_t plugins_lock = PTHREAD_MUTEX_INITIALIZER; variable
717 pthread_mutex_lock(&plugins_lock); in hfile_exit()
731 pthread_mutex_unlock(&plugins_lock); in hfile_exit()
732 pthread_mutex_destroy(&plugins_lock); in hfile_exit()
855 pthread_mutex_lock(&plugins_lock); in find_scheme_handler()
857 pthread_mutex_unlock(&plugins_lock); in find_scheme_handler()
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/
H A Dhfile.c924 static pthread_mutex_t plugins_lock = PTHREAD_MUTEX_INITIALIZER; variable
928 pthread_mutex_lock(&plugins_lock); in hfile_shutdown()
945 pthread_mutex_unlock(&plugins_lock); in hfile_shutdown()
951 pthread_mutex_destroy(&plugins_lock); in hfile_exit()
1135 pthread_mutex_lock(&plugins_lock); in find_scheme_handler()
1137 pthread_mutex_unlock(&plugins_lock); in find_scheme_handler()
1140 pthread_mutex_unlock(&plugins_lock); in find_scheme_handler()
/dports/biology/vt/vt-0.57721/lib/htslib/
H A Dhfile.c870 static pthread_mutex_t plugins_lock = PTHREAD_MUTEX_INITIALIZER; variable
874 pthread_mutex_lock(&plugins_lock); in hfile_exit()
888 pthread_mutex_unlock(&plugins_lock); in hfile_exit()
889 pthread_mutex_destroy(&plugins_lock); in hfile_exit()
1012 pthread_mutex_lock(&plugins_lock); in find_scheme_handler()
1014 pthread_mutex_unlock(&plugins_lock); in find_scheme_handler()
/dports/biology/stacks/stacks-2.4/htslib/
H A Dhfile.c870 static pthread_mutex_t plugins_lock = PTHREAD_MUTEX_INITIALIZER; variable
874 pthread_mutex_lock(&plugins_lock); in hfile_exit()
888 pthread_mutex_unlock(&plugins_lock); in hfile_exit()
889 pthread_mutex_destroy(&plugins_lock); in hfile_exit()
1012 pthread_mutex_lock(&plugins_lock); in find_scheme_handler()
1014 pthread_mutex_unlock(&plugins_lock); in find_scheme_handler()
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/
H A Dhfile.c954 static pthread_mutex_t plugins_lock = PTHREAD_MUTEX_INITIALIZER; variable
958 pthread_mutex_lock(&plugins_lock); in hfile_exit()
972 pthread_mutex_unlock(&plugins_lock); in hfile_exit()
973 pthread_mutex_destroy(&plugins_lock); in hfile_exit()
1096 pthread_mutex_lock(&plugins_lock); in find_scheme_handler()
1098 pthread_mutex_unlock(&plugins_lock); in find_scheme_handler()
/dports/devel/godot/godot-3.2.3-stable/platform/android/export/
H A Dexport.cpp263 Mutex *plugins_lock; member in EditorExportPlatformAndroid
280 ea->plugins_lock->lock(); in _check_for_changes_poll_thread()
297 ea->plugins_lock->unlock(); in _check_for_changes_poll_thread()
2866 plugins_lock = Mutex::create(); in EditorExportPlatformAndroid()
2875 memdelete(plugins_lock); in ~EditorExportPlatformAndroid()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/android/export/
H A Dexport.cpp263 Mutex *plugins_lock; member in EditorExportPlatformAndroid
280 ea->plugins_lock->lock(); in _check_for_changes_poll_thread()
297 ea->plugins_lock->unlock(); in _check_for_changes_poll_thread()
2866 plugins_lock = Mutex::create(); in EditorExportPlatformAndroid()
2875 memdelete(plugins_lock); in ~EditorExportPlatformAndroid()