Home
last modified time | relevance | path

Searched refs:evthread_lock_callbacks (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/
H A Devthread.c59 GLOBAL struct evthread_lock_callbacks evthread_lock_fns_ = {
68 static struct evthread_lock_callbacks original_lock_fns_ = {
81 struct evthread_lock_callbacks *evthread_get_lock_callbacks() in evthread_get_lock_callbacks()
97 evthread_set_lock_callbacks(const struct evthread_lock_callbacks *cbs) in evthread_set_lock_callbacks()
99 struct evthread_lock_callbacks *target = evthread_get_lock_callbacks(); in evthread_set_lock_callbacks()
324 struct evthread_lock_callbacks cbs = { in evthread_enable_lock_debugging()
335 sizeof(struct evthread_lock_callbacks)); in evthread_enable_lock_debugging()
337 sizeof(struct evthread_lock_callbacks)); in evthread_enable_lock_debugging()
H A Devthread-internal.h55 extern struct evthread_lock_callbacks evthread_lock_fns_;
396 struct evthread_lock_callbacks *evthread_get_lock_callbacks(void);
H A Devthread_pthread.c169 struct evthread_lock_callbacks cbs = { in evthread_use_pthreads()
H A Devthread_win32.c305 struct evthread_lock_callbacks cbs = { in evthread_use_windows_threads()
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dthread.h96 struct evthread_lock_callbacks { struct
131 int evthread_set_lock_callbacks(const struct evthread_lock_callbacks *);
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dthread.h97 struct evthread_lock_callbacks { struct
132 int evthread_set_lock_callbacks(const struct evthread_lock_callbacks *);
/netbsd-src/external/bsd/libevent/man/
H A DMakefile61 evthread_lock_callbacks.3 \
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dlibevent_support.c142 struct evthread_lock_callbacks cbs = { in lload_libevent_init()
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/
H A Devthread_pthread.c168 struct evthread_lock_callbacks cbs = { in evthread_use_pthreads()
H A Devthread_win32.c304 struct evthread_lock_callbacks cbs = { in evthread_use_windows_threads()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_bufferevent.c239 struct evthread_lock_callbacks cbs;
317 struct evthread_lock_callbacks cbs = { in use_lock_unlock_profiler()