Home
last modified time | relevance | path

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

/external/libevent/
Devthread.c59 GLOBAL struct evthread_condition_callbacks evthread_cond_fns_ = {
67 static struct evthread_condition_callbacks original_cond_fns_ = {
82 struct evthread_condition_callbacks *evthread_get_condition_callbacks() in evthread_get_condition_callbacks()
136 evthread_set_condition_callbacks(const struct evthread_condition_callbacks *cbs) in evthread_set_condition_callbacks()
138 struct evthread_condition_callbacks *target = evthread_get_condition_callbacks(); in evthread_set_condition_callbacks()
336 sizeof(struct evthread_condition_callbacks)); in evthread_enable_lock_debugging()
Devthread_win32.c312 struct evthread_condition_callbacks cond_cbs = { in evthread_use_windows_threads()
320 struct evthread_condition_callbacks condvar_cbs = { in evthread_use_windows_threads()
Devthread-internal.h53 extern struct evthread_condition_callbacks evthread_cond_fns_;
382 struct evthread_condition_callbacks *evthread_get_condition_callbacks(void);
Devthread_pthread.c174 struct evthread_condition_callbacks cond_cbs = { in evthread_use_pthreads()
/external/libevent/include/event2/
Dthread.h140 struct evthread_condition_callbacks { struct
182 const struct evthread_condition_callbacks *);