Searched refs:alloc_condition (Results 1 – 3 of 3) sorted by relevance
149 if (target->alloc_condition) in evthread_set_condition_callbacks()156 if (target->alloc_condition) { in evthread_set_condition_callbacks()159 target->alloc_condition == cbs->alloc_condition && in evthread_set_condition_callbacks()170 if (cbs->alloc_condition && cbs->free_condition && in evthread_set_condition_callbacks()175 evthread_cond_fns_.alloc_condition = cbs->alloc_condition; in evthread_set_condition_callbacks()471 return evthread_cond_fns_.alloc_condition ? in evthreadimpl_cond_alloc_()472 evthread_cond_fns_.alloc_condition(condtype) : NULL; in evthreadimpl_cond_alloc_()
155 (condvar) = evthread_cond_fns_.alloc_condition ? \156 evthread_cond_fns_.alloc_condition(0) : NULL; \
148 void *(*alloc_condition)(unsigned condtype); member