Searched refs:alloc_condition (Results 1 – 4 of 4) sorted by relevance
153 if (target->alloc_condition) in evthread_set_condition_callbacks()160 if (target->alloc_condition) { in evthread_set_condition_callbacks()163 target->alloc_condition == cbs->alloc_condition && in evthread_set_condition_callbacks()174 if (cbs->alloc_condition && cbs->free_condition && in evthread_set_condition_callbacks()179 evthread_cond_fns_.alloc_condition = cbs->alloc_condition; in evthread_set_condition_callbacks()475 return evthread_cond_fns_.alloc_condition ? in evthreadimpl_cond_alloc_()476 evthread_cond_fns_.alloc_condition(condtype) : NULL; in evthreadimpl_cond_alloc_()
157 (condvar) = evthread_cond_fns_.alloc_condition ? \158 evthread_cond_fns_.alloc_condition(0) : NULL; \
149 void *(*alloc_condition)(unsigned condtype); member
150 void *(*alloc_condition)(unsigned condtype); member