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

/freebsd-13-stable/contrib/apr/file_io/unix/
H A Dflock.c79 #error No file locking mechanism is available.
116 #error No file locking mechanism is available.
/freebsd-13-stable/contrib/unbound/libunbound/
H A Dcontext.h261 * @param locking: if true, cfglock is locked while getting alloc.
264 struct alloc_cache* context_obtain_alloc(struct ub_ctx* ctx, int locking);
269 * @param locking: if true, cfglock is locked while releasing alloc.
273 int locking);
H A Dcontext.c183 context_obtain_alloc(struct ub_ctx* ctx, int locking) argument
187 if(locking) {
194 if(locking) {
210 int locking)
214 if(locking) {
219 if(locking) {
209 context_release_alloc(struct ub_ctx* ctx, struct alloc_cache* alloc, int locking) argument
/freebsd-13-stable/contrib/libevent/
H A Dbufferevent-internal.h206 * If NULL, locking is disabled. */
352 /** Internal: Set up locking on a bufferevent. If lock is set, use it.
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); \
H A Devthread_win32.c38 #include <sys/locking.h>
H A Dconfigure1483 --disable-libtool-lock avoid locking (might break parallel builds)
15929 # check if we should compile locking into the library
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent-internal.h195 * If NULL, locking is disabled. */
327 /** Internal: Set up locking on a bufferevent. If lock is set, use it.
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); \
H A Devthread_win32.c38 #include <sys/locking.h>
H A Dconfigure1482 --disable-libtool-lock avoid locking (might break parallel builds)
15865 # check if we should compile locking into the library
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlock.c2 * lock.c : entry point for locking RA functions for ra_serf
220 svn_boolean_t locking,
337 err, lock_func(lock_baton, ctx->path, locking,
348 if (locking && ctx->lock->token)
351 cb_err = lock_func(lock_baton, ctx->path, locking,
216 run_locks(svn_ra_serf__session_t *sess, apr_array_header_t *lock_ctxs, svn_boolean_t locking, svn_ra_lock_callback_t lock_func, void *lock_baton, apr_pool_t *scratch_pool) argument
/freebsd-13-stable/sbin/route/
H A Droute.c98 static int locking, lockrest, debugonly; variable
765 if (lockrest || locking)
767 if (locking)
768 locking = 0;
850 locking = 1;
/freebsd-13-stable/share/man/man9/
H A DMakefile200 locking.9 \
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql1302 exclusive-locking is mostly used on remote file systems. */
/freebsd-13-stable/contrib/sqlite3/
H A Dconfigure1435 --disable-libtool-lock avoid locking (might break parallel builds)
/freebsd-13-stable/contrib/file/
H A Dconfigure1433 --disable-libtool-lock avoid locking (might break parallel builds)
/freebsd-13-stable/contrib/openbsm/
H A Dconfigure1422 --disable-libtool-lock avoid locking (might break parallel builds)
/freebsd-13-stable/contrib/openpam/
H A Dconfigure1448 --disable-libtool-lock avoid locking (might break parallel builds)
/freebsd-13-stable/contrib/unbound/
H A Dconfigure1547 --disable-libtool-lock avoid locking (might break parallel builds)
/freebsd-13-stable/contrib/ldns/
H A Dconfigure1459 --disable-libtool-lock avoid locking (might break parallel builds)
/freebsd-13-stable/contrib/subversion/
H A Dconfigure1595 --disable-libtool-lock avoid locking (might break parallel builds)
/freebsd-13-stable/crypto/heimdal/
H A Dconfigure1628 --disable-libtool-lock avoid locking (might break parallel builds)
/freebsd-13-stable/contrib/apr/
H A Dconfigure1571 --disable-libtool-lock avoid locking (might break parallel builds)
/freebsd-13-stable/contrib/ntp/sntp/
H A Dconfigure1587 --disable-libtool-lock avoid locking (might break parallel builds)

Completed in 816 milliseconds