Lines Matching full:locking
62 /** A flag passed to a locking callback when the lock was allocated as a
65 /** A flag passed to a locking callback when the lock was allocated as a
68 /** A flag passed to a locking callback when we don't want to block waiting
70 * return nonzero from the locking callback. */
92 * locking. It's used to tell evthread_set_lock_callbacks() how to use
93 * locking on this platform.
96 /** The current version of the locking API. Set this to
99 /** Which kinds of locks does this version of the locking API
121 /** Sets a group of functions that Libevent should use for locking.
138 * how to use locking on this platform.
196 /** Sets up Libevent for use with Windows builtin locking and thread ID
209 /** Sets up Libevent for use with Pthreads locking and thread ID functions.
222 * makes one of several common locking errors, exit with an assertion failure.