Lines Matching full:condition
134 * condition variables. It's used to tell evthread_set_condition_callbacks
141 /** Function to allocate and initialize a new condition variable.
142 * Returns the condition variable on success, and NULL on failure.
146 /** Function to free a condition variable. */
148 /** Function to signal a condition variable. If 'broadcast' is 1, all
152 * lock for the condition.
155 /** Function to wait for a condition variable. The lock 'lock'
157 * while waiting for the condition to be come signalled, and
163 * The function should return -1 on error; 0 if the condition
169 /** Sets a group of functions that Libevent should use for condition variables.