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

/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Devthread.c128 if (target->alloc_condition)
135 if (target->alloc_condition) {
138 target->alloc_condition == cbs->alloc_condition &&
149 if (cbs->alloc_condition && cbs->free_condition &&
154 evthread_cond_fns_.alloc_condition = cbs->alloc_condition;
437 return evthread_cond_fns_.alloc_condition ?
438 evthread_cond_fns_.alloc_condition(condtype) : NULL;
H A Devthread-internal.h152 (condvar) = evthread_cond_fns_.alloc_condition ? \
153 evthread_cond_fns_.alloc_condition(0) : NULL; \
/freebsd-10.2-release/contrib/ntp/sntp/libevent/include/event2/
H A Dthread.h148 void *(*alloc_condition)(unsigned condtype); member in struct:evthread_condition_callbacks

Completed in 60 milliseconds