Home
last modified time | relevance | path

Searched refs:lockfile (Results 1 – 25 of 70) sorted by relevance

123

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntp/ntp/
H A Dntpdate37 if [ -x /usr/bin/lockfile-create ]; then
38 lockfile-create $LOCKFILE
39 lockfile-touch $LOCKFILE &
49 if [ -x /usr/bin/lockfile-create ] ; then
51 lockfile-remove $LOCKFILE
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A Dpostgresql.init53 lockfile="/var/lock/subsys/${NAME}"
118 touch "$lockfile"
130 if [ -e "$lockfile" ]
138 rm -f "$lockfile"
156 [ -e "$lockfile" ] && restart || :
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/openct/openct/
H A Dopenct.init31 lockfile=/var/lock/subsys/$prog
39 [ $retval -eq 0 ] && touch $lockfile
52 rm -f $lockfile
84 [ ! -f $lockfile ] || restart
/OK3568_Linux_fs/buildroot/package/lockfile-progs/
H A Dlockfile-progs.hash1 …/snapshot.debian.org/archive/debian/20210903T205304Z/pool/main/l/lockfile-progs/lockfile-progs_0.1…
2 sha256 2c5704b01c8f474f82921780e4592a927b2bf6a6d7616354a6c5d7cd5664857e lockfile-progs_0.1.19.tar…
H A Dlockfile-progs.mk8 LOCKFILE_PROGS_SOURCE = lockfile-progs_$(LOCKFILE_PROGS_VERSION).tar.gz
9 …_PROGS_SITE = http://snapshot.debian.org/archive/debian/20210903T205304Z/pool/main/l/lockfile-progs
15 $(addprefix lockfile-,check create remove touch) \
H A DConfig.in2 bool "lockfile programs"
6 Build lockfile utility programs.
H A D0001-sus3v-legacy.patch1 --- /lockfile-progs.orig.c 2007-10-11 10:32:09.000000000 -0300
2 +++ /lockfile-progs.c 2007-10-11 10:32:28.000000000 -0300
/OK3568_Linux_fs/buildroot/package/python-zc-lockfile/
H A Dpython-zc-lockfile.hash1 # md5, sha256 from https://pypi.org/pypi/zc.lockfile/json
2 md5 3895445752278ddcc4578658c3c9a492 zc.lockfile-2.0.tar.gz
3 sha256 307ad78227e48be260e64896ec8886edc7eae22d8ec53e4d528ab5537a83203b zc.lockfile-2.0.tar.gz
H A DConfig.in2 bool "python-zc-lockfile"
6 https://github.com/zopefoundation/zc.lockfile
H A Dpython-zc-lockfile.mk8 PYTHON_ZC_LOCKFILE_SOURCE = zc.lockfile-$(PYTHON_ZC_LOCKFILE_VERSION).tar.gz
/OK3568_Linux_fs/buildroot/package/python-lockfile/
H A Dpython-lockfile.hash1 # md5, sha256 from https://pypi.org/project/lockfile/#copy-hash-modal-3c1db9ec-dd6e-4d06-8543-91094…
2 md5 a6a1a82957a23afdf44cfdd039b65ff9 lockfile-0.12.2.tar.gz
3 sha256 6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799 lockfile-0.12.2.tar.gz
H A DConfig.in2 bool "python-lockfile"
4 The lockfile package exports a LockFile class which provides a
17 https://pypi.org/project/lockfile/
H A Dpython-lockfile.mk8 PYTHON_LOCKFILE_SOURCE = lockfile-$(PYTHON_LOCKFILE_VERSION).tar.gz
/OK3568_Linux_fs/yocto/poky/scripts/
H A Drunqemu253 lockfile = os.path.join(lockdir, str(port) + '.lock')
254 if self.acquire_portlock(lockfile):
258 self.release_portlock(lockfile)
266 def acquire_portlock(self, lockfile): argument
267 logger.debug("Acquiring lockfile %s..." % lockfile)
269 portlock_descriptor = open(lockfile, 'w')
270 self.portlocks.update({lockfile: portlock_descriptor})
271 fcntl.flock(self.portlocks[lockfile], fcntl.LOCK_EX|fcntl.LOCK_NB)
273 msg = "Acquiring lockfile %s failed: %s" % (lockfile, e)
275 if lockfile in self.portlocks.keys() and self.portlocks[lockfile]:
[all …]
/OK3568_Linux_fs/buildroot/package/liblockfile/
H A D0001-Makefile.in-fix-cross-compilation.patch31 @@ -60,34 +60,34 @@ dlockfile.o: lockfile.c
32 -c lockfile.c -o dlockfile.o
57 - install -m 644 lockfile.h maillock.h $(includedir)
62 + install -m 644 lockfile.h maillock.h $(DESTDIR)$(includedir)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile/
H A Dconfigure.patch9 -AC_INIT(lockfile.c)
11 +AC_CONFIG_SRCDIR([lockfile.c])
H A D0001-Makefile.in-add-DESTDIR.patch18 | install -m 644 lockfile.h maillock.h /usr/include
19 | install: cannot create regular file '/usr/include/lockfile.h': Permission denied
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py1018 if ud.lockfile and ud.lockfile != origud.lockfile:
1019 lf = bb.utils.lockfile(ud.lockfile)
1094 if ud.lockfile and ud.lockfile != origud.lockfile:
1265 self.lockfile = None
1344 self.lockfile = basepath + '.lock'
1727 if ud.lockfile:
1728 lf = bb.utils.lockfile(ud.lockfile)
1809 if ud.lockfile:
1855 if ud.lockfile:
1856 lf = bb.utils.lockfile(ud.lockfile)
[all …]
H A Dnpmsw.py33 from bb.utils import lockfile
206 lf = lockfile(proxy_ud.lockfile)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/lockfile-progs/
H A Dlockfile-progs_0.1.19.bb3 lockfile-progs provide a method to lock and unlock mailboxes and files \
5 HOMEPAGE = "http://packages.qa.debian.org/l/lockfile-progs.html"
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/server/
H A Dprocess.py273 lockfile = self.bitbake_lock_name
275 def get_lock_contents(lockfile): argument
277 with open(lockfile, "r") as f:
282 lockcontents = get_lock_contents(lockfile)
292 lock = bb.utils.lockfile(lockfile, shared=False, retry=False, block=False)
294 newlockcontents = get_lock_contents(lockfile)
312 … procs = subprocess.check_output(["lsof", '-w', lockfile], stderr=subprocess.STDOUT)
322 … procs = subprocess.check_output(["fuser", '-v', lockfile], stderr=subprocess.STDOUT)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dreport-error.bbclass71 lock = bb.utils.lockfile(datafile + '.lock')
103 lock = bb.utils.lockfile(datafile + '.lock')
110 lock = bb.utils.lockfile(datafile + '.lock')
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/unbound/unbound/
H A D0001-contrib-add-yocto-compatible-init-script.patch47 [ $retval -eq 0 ] && touch $lockfile
56 [ $retval -eq 0 ] && rm -f $lockfile
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dmain.py492 lockfile = topdir + "/bitbake.lock"
493 return topdir, bb.utils.lockfile(lockfile, False, False)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-lockfile_0.12.2.bb5 HOMEPAGE = "https://pypi.org/project/lockfile/"

123