Home
last modified time | relevance | path

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

/external/libevent/
Devthread.c55 GLOBAL struct evthread_lock_callbacks evthread_lock_fns_ = {
64 static struct evthread_lock_callbacks original_lock_fns_ = {
77 struct evthread_lock_callbacks *evthread_get_lock_callbacks() in evthread_get_lock_callbacks()
93 evthread_set_lock_callbacks(const struct evthread_lock_callbacks *cbs) in evthread_set_lock_callbacks()
95 struct evthread_lock_callbacks *target = evthread_get_lock_callbacks(); in evthread_set_lock_callbacks()
320 struct evthread_lock_callbacks cbs = { in evthread_enable_lock_debugging()
331 sizeof(struct evthread_lock_callbacks)); in evthread_enable_lock_debugging()
333 sizeof(struct evthread_lock_callbacks)); in evthread_enable_lock_debugging()
Devthread-internal.h53 extern struct evthread_lock_callbacks evthread_lock_fns_;
394 struct evthread_lock_callbacks *evthread_get_lock_callbacks(void);
Devthread_pthread.c166 struct evthread_lock_callbacks cbs = { in evthread_use_pthreads()
Devthread_win32.c302 struct evthread_lock_callbacks cbs = { in evthread_use_windows_threads()
/external/libevent/include/event2/
Dthread.h95 struct evthread_lock_callbacks { struct
130 int evthread_set_lock_callbacks(const struct evthread_lock_callbacks *);
/external/libevent/test/
Dregress_bufferevent.c235 struct evthread_lock_callbacks cbs;
313 struct evthread_lock_callbacks cbs = { in use_lock_unlock_profiler()