Home
last modified time | relevance | path

Searched refs:evthread_set_condition_callbacks (Results 1 – 4 of 4) sorted by relevance

/libevent-2.1.12/include/event2/
H A Dthread.h181 int evthread_set_condition_callbacks(
/libevent-2.1.12/
H A Devthread_win32.c333 evthread_set_condition_callbacks(&condvar_cbs); in evthread_use_windows_threads()
337 evthread_set_condition_callbacks(&cond_cbs); in evthread_use_windows_threads()
H A Devthread_pthread.c188 evthread_set_condition_callbacks(&cond_cbs); in evthread_use_pthreads()
H A Devthread.c136 evthread_set_condition_callbacks(const struct evthread_condition_callbacks *cbs) in evthread_set_condition_callbacks() function