Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dthread.h215 int evthread_use_pthreads(void);
/external/libevent/
Devthread_pthread.c164 evthread_use_pthreads(void) in evthread_use_pthreads() function
Dwhatsnew-2.0.txt221 call evthread_use_pthreads(). (You'll need to link against the
DChangeLog-2.01271 …o New evthread_use_windows_threads() and evthread_use_pthreads() functions to set up the evthread …
/external/libevent/test/
Dregress_main.c205 if (evthread_use_pthreads()) in basic_test_setup()