Searched refs:locking (Results 1 - 25 of 89) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A DMakefile.am13 locking.c \
H A DMakefile.in95 getiface.c locking.c logger.c module.c queue.c server_child.c \
100 getiface.lo locking.lo logger.lo module.lo queue.lo \
318 locking.c logger.c module.c queue.c server_child.c \
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/locking.Plo@am__quote@
H A DMakefile95 getiface.c locking.c logger.c module.c queue.c server_child.c \
100 getiface.lo locking.lo logger.lo module.lo queue.lo \
318 locking.c logger.c module.c queue.c server_child.c \
379 include ./$(DEPDIR)/locking.Plo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dbufferevent-internal.h189 * If NULL, locking is disabled. */
308 /** Internal: Set up locking on a bufferevent. If lock is set, use it.
384 struct bufferevent_private *locking = BEV_UPCAST(b); \
385 EVLOCK_LOCK(locking->lock, 0); \
390 struct bufferevent_private *locking = BEV_UPCAST(b); \
391 EVLOCK_UNLOCK(locking->lock, 0); \
H A Devthread_win32.c37 #include <sys/locking.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A DMakefile8 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/tridge/
H A Dsmb.conf19 locking = yes
20 strict locking = yes
95 locking = no
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/build_farm/template/
H A Dbasicsmb.smb.conf12 strict locking = yes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DSubIndex.java47 private boolean locking; field in class:SubIndex
67 locking =
129 CursorConfig cursorConfig = locking ?
171 locking ? LockMode.RMW : null);
H A DBasicIndex.java43 boolean locking; field in class:BasicIndex
60 locking =
102 CursorConfig cursorConfig = locking ?
H A DPrimaryIndex.java352 LockMode lockMode = locking ? LockMode.RMW : null;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcritsect.tex48 Enter the critical section (same as locking a mutex). There is no error return
H A Dmutex.tex9 had already locked before (instead of dead locking the entire process in this
H A Dconditn.tex83 illustrate the importance of properly locking the mutex when using
H A Dstdpaths.tex40 threads without additional locking.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sh/maple/
H A Dmaple.c447 int x, locking; local
476 locking = maple_add_packet(mdev, 0,
478 if (!locking)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsamba.postinst87 for F in brlock.tdb connections.tdb locking.tdb messages.tdb nmbd.pid \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsamba.postinst87 for F in brlock.tdb connections.tdb locking.tdb messages.tdb nmbd.pid \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsamba.postinst85 for F in brlock.tdb connections.tdb locking.tdb messages.tdb nmbd.pid \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A DMakefile35 obj-$(CONFIG_DEBUG_LOCKING_API_SELFTESTS) += locking-selftest.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cdrom/
H A Dviocd.c359 static int viocd_lock_door(struct cdrom_device_info *cdi, int locking) argument
364 u64 flags = !!locking;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/DocBook/
H A DMakefile10 kernel-hacking.xml kernel-locking.xml deviceiobook.xml \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dvmu-flash.c234 int partition, error, locking, x, phaselen, wait; local
267 locking = maple_add_packet(mdev, MAPLE_FUNC_MEMCARD,
271 if (locking) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm1899 Until version 1.72 of this module, the recommended technique for locking
1905 The locking technique went like this.
1948 using the locking steps outlined above. Assume process "A" has already
1976 Starting with version 2.x, Berkeley DB has internal support for locking.
1978 to this locking functionality. If you are serious about locking
1982 available on CPAN that can be used to implement locking. Each one
1983 implements locking differently and has different goals in mind. It is
1985 one for your application. Here are the three locking wrappers:
2012 quick and simple flock locking semantic
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dwin32_io.c257 * @locking: will the function gain an exclusive lock on the file?
265 HANDLE *handle, int flags, BOOL locking)
269 locking ? 0 : (FILE_SHARE_WRITE | FILE_SHARE_READ),
760 /* Open the entire device without locking, ask questions later */
264 ntfs_device_win32_simple_open_file(const char *filename, HANDLE *handle, int flags, BOOL locking) argument

Completed in 133 milliseconds

1234