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

/freebsd-11.0-release/contrib/ntp/sntp/libevent/include/event2/
H A Dthread.h45 evthread_set_lock_callbacks() and evthread_set_condition_callbacks().
92 * locking. It's used to tell evthread_set_lock_callbacks() how to use
130 int evthread_set_lock_callbacks(const struct evthread_lock_callbacks *);
/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c187 evthread_set_lock_callbacks(&cbs);
H A Devthread_win32.c329 evthread_set_lock_callbacks(&cbs);
H A Devthread.c88 evthread_set_lock_callbacks(const struct evthread_lock_callbacks *cbs) function
/freebsd-11.0-release/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c281 evthread_set_lock_callbacks(NULL);
285 evthread_set_lock_callbacks(NULL);
303 evthread_set_lock_callbacks(&cbs);

Completed in 99 milliseconds