| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | bufferevent-internal.h | 422 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 D | bufferevent-internal.h | 454 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 D | context.c | 187 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 D | context.h | 235 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 D | flock.c | 79 #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 D | INSTALL | 53 --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 D | configure.in | 23 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 D | lock.c | 218 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 D | X509_STORE_new.pod | 6 X509_STORE_unlock - X509_STORE allocation, freeing and locking functions
|
| H A D | BN_CTX_new.pod | 35 locking is performed, and the internal pool allocator will not properly handle
|
| H A D | CRYPTO_THREAD_run_once.pod | 47 which can then be used with the locking functions below.
|
| H A D | BN_BLINDING_new.pod | 66 provide proper locking if needed for multi-threaded use.
|
| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | RAND_DRBG.pod | 98 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 D | README | 115 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 D | KNOWNBUGS | 231 * 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 D | THANKS | 13 Paul Close made a suggestion which led to /etc/crond.pid and the mutex locking
|
| /freebsd-13.1/sys/kern/ |
| H A D | vnode_if.src | 35 # 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 D | route.c | 98 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 D | notes | 17 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 D | README | 22 Sven Verdoolaege added the iconv support and the DB3 locking.
|
| /freebsd-13.1/contrib/sendmail/contrib/ |
| H A D | mailprio | 94 $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 D | DESIGN.xlocale | 39 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 D | mtd-physmap.txt | 31 Bits) locking.
|
| /freebsd-13.1/contrib/libarchive/ |
| H A D | README.md | 196 * 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 D | README.MinGW | 130 - Thread support (locking). If using TDM toolchain this is done by
|