Lines Matching full:locking
50 /* Global function pointers to lock-related functions. NULL if locking isn't
79 NULL if locking is not enabled. */
84 /** Free a given lock, if it is present and locking is enabled. */
116 /** Lock an event_base, if it is set up for locking. Acquires the lock
122 /** Unlock an event_base, if it is set up for locking. */
146 /* Locking is disabled either globally or for this thing; in EVLOCK_TRY_LOCK_()
181 /** True iff locking functions have been configured. */
239 /** Lock an event_base, if it is set up for locking. Acquires the lock
245 /** Unlock an event_base, if it is set up for locking. */
269 /* Locking is disabled either globally or for this thing; in EVLOCK_TRY_LOCK_()
349 * so that two threads locking two locks with LOCK2 will not deadlock. */
397 /** Disable locking for internal usage (like global shutdown) */