Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dthread.h137 struct evthread_condition_callbacks { struct
178 const struct evthread_condition_callbacks *);
/external/libevent/
Devthread.c53 GLOBAL struct evthread_condition_callbacks _evthread_cond_fns = {
61 static struct evthread_condition_callbacks _original_cond_fns = {
109 evthread_set_condition_callbacks(const struct evthread_condition_callbacks *cbs) in evthread_set_condition_callbacks()
111 struct evthread_condition_callbacks *target = in evthread_set_condition_callbacks()
285 sizeof(struct evthread_condition_callbacks)); in evthread_enable_lock_debuging()
Devthread_win32.c310 struct evthread_condition_callbacks cond_cbs = { in evthread_use_windows_threads()
318 struct evthread_condition_callbacks condvar_cbs = { in evthread_use_windows_threads()
Devthread_pthread.c172 struct evthread_condition_callbacks cond_cbs = { in evthread_use_pthreads()
Devthread-internal.h51 extern struct evthread_condition_callbacks _evthread_cond_fns;