Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/
H A Devthread.c153 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_()
H A Devthread-internal.h157 (condvar) = evthread_cond_fns_.alloc_condition ? \
158 evthread_cond_fns_.alloc_condition(0) : NULL; \
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dthread.h149 void *(*alloc_condition)(unsigned condtype); member
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dthread.h150 void *(*alloc_condition)(unsigned condtype); member