Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libshare/common/
H A Dplugin.c252 extern mutex_t sa_global_lock; in find_protocol()
254 (void) mutex_lock(&sa_global_lock); in find_protocol()
263 (void) mutex_unlock(&sa_global_lock); in find_protocol()
H A Dlibshare.c98 mutex_t sa_global_lock; variable
251 (void) mutex_lock(&sa_global_lock); in get_handle_for_root()
256 (void) mutex_unlock(&sa_global_lock); in get_handle_for_root()
272 (void) mutex_lock(&sa_global_lock); in add_handle_for_root()
275 (void) mutex_unlock(&sa_global_lock); in add_handle_for_root()
293 (void) mutex_lock(&sa_global_lock); in remove_handle_for_root()
308 (void) mutex_unlock(&sa_global_lock); in remove_handle_for_root()
853 (void) mutex_lock(&sa_global_lock); in sa_init_impl()
856 (void) mutex_unlock(&sa_global_lock); in sa_init_impl()
867 (void) mutex_lock(&sa_global_lock); in sa_init_impl()
[all …]