Home
last modified time | relevance | path

Searched refs:alloc_condition (Results 1 – 3 of 3) sorted by relevance

/external/libevent/
Devthread.c149 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_()
Devthread-internal.h155 (condvar) = evthread_cond_fns_.alloc_condition ? \
156 evthread_cond_fns_.alloc_condition(0) : NULL; \
/external/libevent/include/event2/
Dthread.h148 void *(*alloc_condition)(unsigned condtype); member