Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Devthread.c151 if (target->alloc_condition) in evthread_set_condition_callbacks()
158 if (target->alloc_condition) { in evthread_set_condition_callbacks()
161 target->alloc_condition == cbs->alloc_condition && in evthread_set_condition_callbacks()
172 if (cbs->alloc_condition && cbs->free_condition && in evthread_set_condition_callbacks()
177 evthread_cond_fns_.alloc_condition = cbs->alloc_condition; in evthread_set_condition_callbacks()
473 return evthread_cond_fns_.alloc_condition ? in evthreadimpl_cond_alloc_()
474 evthread_cond_fns_.alloc_condition(condtype) : NULL; in evthreadimpl_cond_alloc_()
Devthread-internal.h157 (condvar) = evthread_cond_fns_.alloc_condition ? \
158 evthread_cond_fns_.alloc_condition(0) : NULL; \
/netbsd/src/external/bsd/libevent/dist/
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_()
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/
Dthread.h149 void *(*alloc_condition)(unsigned condtype); member
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/include/event2/
Dthread.h150 void *(*alloc_condition)(unsigned condtype); member