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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devthread.c116 if (target->alloc_condition)
123 if (target->alloc_condition) {
126 target->alloc_condition == cbs->alloc_condition &&
137 if (cbs->alloc_condition && cbs->free_condition &&
142 _evthread_cond_fns.alloc_condition = cbs->alloc_condition;
407 return _evthread_cond_fns.alloc_condition ?
408 _evthread_cond_fns.alloc_condition(condtype) : NULL;
H A Devthread-internal.h150 (condvar) = _evthread_cond_fns.alloc_condition ? \
151 _evthread_cond_fns.alloc_condition(0) : NULL; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Dthread.h145 void *(*alloc_condition)(unsigned condtype); member in struct:evthread_condition_callbacks

Completed in 97 milliseconds