Home
last modified time | relevance | path

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

/external/libevent/
Devthread.c116 if (target->alloc_condition) in evthread_set_condition_callbacks()
123 if (target->alloc_condition) { in evthread_set_condition_callbacks()
126 target->alloc_condition == cbs->alloc_condition && in evthread_set_condition_callbacks()
137 if (cbs->alloc_condition && cbs->free_condition && in evthread_set_condition_callbacks()
142 _evthread_cond_fns.alloc_condition = cbs->alloc_condition; in evthread_set_condition_callbacks()
407 return _evthread_cond_fns.alloc_condition ? in _evthreadimpl_cond_alloc()
408 _evthread_cond_fns.alloc_condition(condtype) : NULL; in _evthreadimpl_cond_alloc()
Devthread-internal.h150 (condvar) = _evthread_cond_fns.alloc_condition ? \
151 _evthread_cond_fns.alloc_condition(0) : NULL; \
/external/libevent/include/event2/
Dthread.h145 void *(*alloc_condition)(unsigned condtype); member