Searched refs:evthread_condition_callbacks (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/ntp/sntp/libevent/include/event2/
H A Dthread.h140 struct evthread_condition_callbacks { struct
174 * documentation for the individual members of evthread_condition_callbacks.
182 const struct evthread_condition_callbacks *);
/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A Devthread.c54 GLOBAL struct evthread_condition_callbacks evthread_cond_fns_ = {
62 static struct evthread_condition_callbacks original_cond_fns_ = {
77 struct evthread_condition_callbacks *evthread_get_condition_callbacks()
123 evthread_set_condition_callbacks(const struct evthread_condition_callbacks *cbs)
125 struct evthread_condition_callbacks *target = evthread_get_condition_callbacks();
315 sizeof(struct evthread_condition_callbacks));
H A Devthread_pthread.c174 struct evthread_condition_callbacks cond_cbs = {
H A Devthread-internal.h53 extern struct evthread_condition_callbacks evthread_cond_fns_;
381 /** Return current evthread_condition_callbacks */
382 struct evthread_condition_callbacks *evthread_get_condition_callbacks(void);
H A Devthread_win32.c312 struct evthread_condition_callbacks cond_cbs = {
320 struct evthread_condition_callbacks condvar_cbs = {

Completed in 115 milliseconds