Home
last modified time | relevance | path

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

1234

/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dbufferevent-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); \
/freebsd-13.1/contrib/libevent/
H A Dbufferevent-internal.h454 struct bufferevent_private *locking = BEV_UPCAST(b); \
455 EVLOCK_LOCK(locking->lock, 0); \
460 struct bufferevent_private *locking = BEV_UPCAST(b); \
461 EVLOCK_UNLOCK(locking->lock, 0); \
/freebsd-13.1/contrib/unbound/libunbound/
H A Dcontext.c187 context_obtain_alloc(struct ub_ctx* ctx, int locking) in context_obtain_alloc() argument
191 if(locking) { in context_obtain_alloc()
198 if(locking) { in context_obtain_alloc()
214 int locking) in context_release_alloc() argument
218 if(locking) { in context_release_alloc()
223 if(locking) { in context_release_alloc()
H A Dcontext.h235 struct alloc_cache* context_obtain_alloc(struct ub_ctx* ctx, int locking);
244 int locking);
/freebsd-13.1/contrib/apr/file_io/unix/
H A Dflock.c79 #error No file locking mechanism is available. in apr_file_lock()
116 #error No file locking mechanism is available. in apr_file_unlock()
/freebsd-13.1/contrib/opie/
H A DINSTALL53 --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]
H A Dconfigure.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]
/freebsd-13.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlock.c218 svn_boolean_t locking, in run_locks() argument
335 err, lock_func(lock_baton, ctx->path, locking, in run_locks()
346 if (locking && ctx->lock->token) in run_locks()
349 cb_err = lock_func(lock_baton, ctx->path, locking, in run_locks()
/freebsd-13.1/crypto/openssl/doc/man3/
H A DX509_STORE_new.pod6 X509_STORE_unlock - X509_STORE allocation, freeing and locking functions
H A DBN_CTX_new.pod35 locking is performed, and the internal pool allocator will not properly handle
H A DCRYPTO_THREAD_run_once.pod47 which can then be used with the locking functions below.
H A DBN_BLINDING_new.pod66 provide proper locking if needed for multi-threaded use.
/freebsd-13.1/crypto/openssl/doc/man7/
H A DRAND_DRBG.pod98 by its child DRBG instances. The necessary locking is done internally.
103 locking via the RAND_DRBG interface.
113 All other DRBG instances created by an application don't support locking,
131 RAND_add() ==> <master> <-| shared DRBG (with locking) |
/freebsd-13.1/contrib/sendmail/
H A DREADME115 Any application which uses either flock() or fcntl() style locking or
116 other APIs that use one of these locking methods (such as open() with
120 File locking is used throughout sendmail for a variety of files
125 statistics files. For system which use flock() for file locking, a
153 use fcntl() style locking. Since it does not interfere with normal
426 it does mailbox locking differently than other systems.
H A DKNOWNBUGS231 * Berkeley DB 2.X race condition with fcntl() locking
234 operating systems which use fcntl() style locking, such as
238 reopens it. fcntl() locking drops the lock when any file
264 permission failure race as sendmail checks the permissions before locking
/freebsd-13.1/usr.sbin/cron/doc/
H A DTHANKS13 Paul Close made a suggestion which led to /etc/crond.pid and the mutex locking
/freebsd-13.1/sys/kern/
H A Dvnode_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:
66 # XXX - the lookup locking protocol defies simple description and depends
/freebsd-13.1/sbin/route/
H A Droute.c98 static int locking, lockrest, debugonly; variable
765 if (lockrest || locking) in set_metric()
767 if (locking) in set_metric()
768 locking = 0; in set_metric()
848 locking = 1; in newroute()
/freebsd-13.1/sys/geom/
H A Dnotes17 therefore the two fields do not generally need locking. These
62 the bio when it is completed. There are no concurrency or locking
/freebsd-13.1/contrib/nvi/
H A DREADME22 Sven Verdoolaege added the iconv support and the DB3 locking.
/freebsd-13.1/contrib/sendmail/contrib/
H A Dmailprio94 $locking = "flock"; # "flock" or "fcntl"
255 # File locking
283 X if ($locking eq "flock") {
361 X In mailprio check: #!perl path, $home, $priodb, $locking
/freebsd-13.1/lib/libc/locale/
H A DDESIGN.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
/freebsd-13.1/sys/contrib/device-tree/Bindings/mtd/
H A Dmtd-physmap.txt31 Bits) locking.
/freebsd-13.1/contrib/libarchive/
H A DREADME.md196 * The library is _not_ thread aware, however. It does no locking
199 need to provide your own locking.
/freebsd-13.1/contrib/ncurses/
H A DREADME.MinGW130 - Thread support (locking). If using TDM toolchain this is done by

1234