Home
last modified time | relevance | path

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

/external/libevent/
Devthread.c49 GLOBAL struct evthread_lock_callbacks _evthread_lock_fns = {
58 static struct evthread_lock_callbacks _original_lock_fns = {
72 evthread_set_lock_callbacks(const struct evthread_lock_callbacks *cbs) in evthread_set_lock_callbacks()
74 struct evthread_lock_callbacks *target = in evthread_set_lock_callbacks()
269 struct evthread_lock_callbacks cbs = { in evthread_enable_lock_debuging()
280 sizeof(struct evthread_lock_callbacks)); in evthread_enable_lock_debuging()
282 sizeof(struct evthread_lock_callbacks)); in evthread_enable_lock_debuging()
Devthread_pthread.c164 struct evthread_lock_callbacks cbs = { in evthread_use_pthreads()
Devthread_win32.c300 struct evthread_lock_callbacks cbs = { in evthread_use_windows_threads()
Devthread-internal.h50 extern struct evthread_lock_callbacks _evthread_lock_fns;
/external/libevent/include/event2/
Dthread.h93 struct evthread_lock_callbacks { struct
127 int evthread_set_lock_callbacks(const struct evthread_lock_callbacks *);