Searched refs:lock (Results 1 - 25 of 29) sorted by relevance

12

/solaris-userland/components/openstack/swift/files/
H A Drsyncd.conf8 lock file = /var/run/swift/account-rsync.lock
14 lock file = /var/run/swift/container-rsync.lock
20 lock file = /var/run/swift/object-rsync.lock
/solaris-userland/components/openstack/glance/files/
H A Dglance-cache.conf676 # Directory to use for lock files. For security, the specified
679 # If external locks are used, a lock path must be set. (string value)
681 lock_path = /var/lib/glance/lock
H A Dglance-scrubber.conf483 # Directory to use for lock files. For security, the specified
486 # If external locks are used, a lock path must be set. (string value)
488 lock_path = /var/lib/glance/lock
H A Dglance-api.conf1318 # Directory to use for lock files. For security, the specified
1321 # If external locks are used, a lock path must be set. (string value)
1323 lock_path = /var/lib/glance/lock
H A Dglance-glare.conf1036 # Directory to use for lock files. For security, the specified
1039 # If external locks are used, a lock path must be set. (string value)
1041 lock_path = /var/lib/glance/lock
H A Dglance-registry.conf1103 # Directory to use for lock files. For security, the specified
1106 # If external locks are used, a lock path must be set. (string value)
1108 lock_path = /var/lib/glance/lock
/solaris-userland/tools/
H A Dpkglint.sh30 LOCKFILE=WS_TOP_XXX/pkglint.lock
/solaris-userland/components/krb5/Solaris/
H A Drc_mem.c163 k5_mutex_lock(&id->lock);
164 k5_mutex_lock(&grcache.lock);
169 k5_mutex_unlock(&grcache.lock);
170 k5_mutex_unlock(&id->lock);
191 k5_mutex_lock(&id->lock);
192 k5_mutex_lock(&grcache.lock);
196 k5_mutex_unlock(&grcache.lock);
197 k5_mutex_unlock(&id->lock);
226 k5_mutex_lock(&grcache.lock);
235 k5_mutex_unlock(&grcache.lock);
[all...]
H A Drc_mem.h30 k5_mutex_t lock; member in struct:global_rcache
/solaris-userland/components/openstack/cinder/files/
H A Dcinder.conf1773 # Timeout until a resource lock is released, in seconds. The value must be
3159 # Directory to use for lock files. For security, the specified directory
3162 # a lock path must be set. (string value)
3164 lock_path = $state_path/lock
/solaris-userland/components/openstack/neutron/files/
H A Dneutron.conf1072 # Directory to use for lock files. For security, the specified directory
1075 # a lock path must be set. (string value)
1077 lock_path = $state_path/lock
/solaris-userland/components/openstack/heat/files/
H A Dheat.conf1342 # Directory to use for lock files. For security, the specified directory
1345 # a lock path must be set. (string value)
1347 lock_path = /var/lib/heat/lock
/solaris-userland/components/openstack/ironic/files/
H A Dironic.conf704 # Number of attempts to grab a node lock. (integer value)
707 # Seconds to sleep between node lock attempts. (integer value)
1689 # Directory to use for lock files. For security, the
1693 # used, a lock path must be set. (string value)
1695 lock_path=$state_path/lock
2239 # Timeout to wait when attempting to lock refcount file.
/solaris-userland/components/binutils/
H A DMakefile59 CONFIGURE_OPTIONS += --disable-libtool-lock
/solaris-userland/components/openstack/nova/files/
H A Dnova.conf4255 # Directory to use for lock files. For security, the specified directory
4258 # a lock path must be set. (string value)
4260 lock_path = $state_path/lock
H A Dzone-vnc-console356 lockfile = os.path.join(lockdir, '.port-%d.lock' % vncport)
358 # Acquire port file lock first to lock out other instances trying
360 # port lock.
361 lock = open(lockfile, 'w')
362 fcntl.flock(lock, fcntl.LOCK_EX | fcntl.LOCK_NB)
375 # /tmp/.X<n>-lock
377 xfiles = ['/tmp/.X%d-lock' % n,
387 lock.close()
392 lock
[all...]
/solaris-userland/components/unixodbc/
H A DMakefile77 CONFIGURE_OPTIONS += --disable-libtool-lock
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c126 * We use this lock to prevent multiple C_Login()s, guard getpassphrase(),
822 session_cache[type].lock =
824 if (session_cache[type].lock == NULL) {
827 (void) pthread_mutex_init(session_cache[type].lock, NULL);
866 if (session_cache[type].lock != NULL) {
867 (void) pthread_mutex_destroy(session_cache[type].lock);
868 OPENSSL_free(session_cache[type].lock);
869 session_cache[type].lock = NULL;
1028 (void) pthread_mutex_lock(session_cache[i].lock);
1043 (void) pthread_mutex_unlock(session_cache[i].lock);
[all...]
H A De_pk11.h190 pthread_mutex_t *lock; member in struct:PK11_st_CACHE
/solaris-userland/components/isl/
H A DMakefile96 CONFIGURE_OPTIONS += --disable-libtool-lock
/solaris-userland/components/libmng/
H A DMakefile73 CONFIGURE_OPTIONS += --disable-libtool-lock
/solaris-userland/components/mpfr/
H A DMakefile81 CONFIGURE_OPTIONS += --disable-libtool-lock
/solaris-userland/components/cloog/
H A DMakefile90 CONFIGURE_OPTIONS += --disable-libtool-lock
/solaris-userland/components/gnump/
H A DMakefile142 CONFIGURE_OPTIONS += --disable-libtool-lock
159 CONFIGURE_OPTIONS.wanboot += --disable-libtool-lock
/solaris-userland/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py101 help='Timeout to wait when attempting to lock refcount file.')
622 """Acquire a lock on reference count image file
625 :returns: Acquired LockFile lock
629 lock = LockFile(ref_filename)
630 while not lock.i_am_locking():
636 lock.acquire(
649 # Assume lock is an old one, force it's removal
650 LOG.debug("_image_refcount_acquire_lock: Breaking stale lock.")
651 lock.break_lock()
652 lock
[all...]

Completed in 1108 milliseconds

12