Searched refs:evthread_lock_callbacks (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/ntp/sntp/libevent/include/event2/
H A Dthread.h95 struct evthread_lock_callbacks { struct
123 * documentation for the individual members of evthread_lock_callbacks.
130 int evthread_set_lock_callbacks(const struct evthread_lock_callbacks *);
/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Devthread.c50 GLOBAL struct evthread_lock_callbacks evthread_lock_fns_ = {
59 static struct evthread_lock_callbacks original_lock_fns_ = {
72 struct evthread_lock_callbacks *evthread_get_lock_callbacks()
88 evthread_set_lock_callbacks(const struct evthread_lock_callbacks *cbs)
90 struct evthread_lock_callbacks *target = evthread_get_lock_callbacks();
299 struct evthread_lock_callbacks cbs = {
310 sizeof(struct evthread_lock_callbacks));
312 sizeof(struct evthread_lock_callbacks));
H A Devthread_pthread.c166 struct evthread_lock_callbacks cbs = {
H A Devthread-internal.h52 extern struct evthread_lock_callbacks evthread_lock_fns_;
379 /** Return current evthread_lock_callbacks */
380 struct evthread_lock_callbacks *evthread_get_lock_callbacks(void);
H A Devthread_win32.c302 struct evthread_lock_callbacks cbs = {
/freebsd-10.2-release/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c215 struct evthread_lock_callbacks cbs;
290 struct evthread_lock_callbacks cbs = {

Completed in 62 milliseconds