Home
last modified time | relevance | path

Searched refs:locking (Results 1 – 25 of 127) sorted by relevance

123456

/NextBSD/contrib/ntp/sntp/libevent/
HDbufferevent-internal.h422 struct bufferevent_private *locking = BEV_UPCAST(b); \
423 EVLOCK_LOCK(locking->lock, 0); \
428 struct bufferevent_private *locking = BEV_UPCAST(b); \
429 EVLOCK_UNLOCK(locking->lock, 0); \
/NextBSD/contrib/unbound/libunbound/
HDcontext.c168 context_obtain_alloc(struct ub_ctx* ctx, int locking) in context_obtain_alloc() argument
172 if(locking) { in context_obtain_alloc()
179 if(locking) { in context_obtain_alloc()
195 int locking) in context_release_alloc() argument
199 if(locking) { in context_release_alloc()
204 if(locking) { in context_release_alloc()
HDcontext.h253 struct alloc_cache* context_obtain_alloc(struct ub_ctx* ctx, int locking);
262 int locking);
/NextBSD/contrib/apr/file_io/unix/
HDflock.c79 #error No file locking mechanism is available. in apr_file_lock()
116 #error No file locking mechanism is available. in apr_file_unlock()
/NextBSD/contrib/opie/
HDINSTALL53 --disable-user-locking: Disable user locking
55 principal; this prevents a possible race attack on OTP. This locking
57 might want to disable the locking. This option also provides a work-
58 around if the locking code doesn't work reliably on your system.
60 --enable-user-locking[=DIR]: Put user lock files in DIR [/etc/opielocks]
HDconfigure.in23 dnl Fix the --disable-user-locking bug. AC_DEFINE variables to 1.
59 AC_ARG_ENABLE(user-locking, [ --disable-user-locking Disable user locking
60 --enable-user-locking[=DIR]
/NextBSD/contrib/subversion/subversion/libsvn_ra_serf/
HDlock.c218 svn_boolean_t locking, in run_locks() argument
329 err, lock_func(lock_baton, ctx->path, locking, in run_locks()
340 if (locking && ctx->lock->token) in run_locks()
343 cb_err = lock_func(lock_baton, ctx->path, locking, in run_locks()
/NextBSD/contrib/jansson/doc/
HDportability.rst14 There's no locking performed inside Jansson's code, so a multithreaded
15 program must perform its own locking if JSON values are shared by
/NextBSD/contrib/ofed/management/opensm/doc/
HDtodo12 7 061201 - Finer grained locking ?
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDcpuwalk_example.txt62 CPU bound application called "cpuserial" that has a poor use of locking
/NextBSD/sys/kern/
HDvnode_if.src35 # is a specification of the locking protocol used by each vop call.
39 # return, and the "error" column defines the locking state on error exit.
41 # The locking value can take the following values:
69 # XXX - the lookup locking protocol defies simple description and depends
/NextBSD/usr.sbin/cron/doc/
HDTHANKS13 Paul Close made a suggestion which led to /etc/crond.pid and the mutex locking
/NextBSD/sbin/route/
HDroute.c95 static int locking, lockrest, debugonly; variable
752 if (lockrest || locking) in set_metric()
754 if (locking) in set_metric()
755 locking = 0; in set_metric()
830 locking = 1; in newroute()
/NextBSD/sys/geom/
HDnotes17 therefore the two fields do not generally need locking. These
62 the bio when it is completed. There are no concurrency or locking
/NextBSD/crypto/openssl/doc/crypto/
HDthreads.pod71 needed to perform locking on shared data structures.
142 is needed to perform locking off dynamic lock numbered n. Multi-threaded
HDBN_BLINDING_new.pod62 provide proper locking if needed for multi-threaded use. The "thread
/NextBSD/contrib/nvi/
HDREADME24 Sven Verdoolaege added the iconv support and the DB3 locking.
/NextBSD/lib/libc/locale/
HDDESIGN.xlocale39 and it can therefore be used without locking. It is the responsibility of the
105 calls to `localeconv()`. This is not protected by any locking, however this is
/NextBSD/contrib/libreadline/examples/rlfe/
HDconfig.h.in54 * security by exclusively locking the ptys. While this keeps other
57 * exclusive locking.
/NextBSD/crypto/openssl/crypto/store/
HDREADME95 are used for locking a store to allow exclusive writes.
/NextBSD/cddl/contrib/dtracetoolkit/Notes/
HDALLsnoop_notes.txt86 multi-thread locking contention, then offlining most CPUs may eliminate
/NextBSD/sys/pc98/conf/
HDNOTES59 # CPU_CYRIX_NO_LOCK enables weak locking for the entire address space
74 # VmWare 4.x will result in locking operations to be 20-30 times slower.
118 # Pentiums) from locking up when a LOCK CMPXCHG8B instruction is
/NextBSD/contrib/smbfs/
HDHISTORY136 Add advisory locking support in order to make fcntl(2), flock(2)
/NextBSD/contrib/ncurses/
HDREADME.MinGW129 - Thread support (locking). If using TDM toolchain this is done by
/NextBSD/sys/dev/isp/
HDDriverManual.txt426 about locking? Or interrupt masking" by now.
429 anything directly about locking or interrupt masking. It may assume that
431 locking and interrupt masking has been done.
434 called (e.g., isp_done or isp_async) that any locking or masking that

123456