Home
last modified time | relevance | path

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

/minix3/external/bsd/libevent/dist/include/event2/
H A Dthread.h210 int evthread_use_pthreads(void);
/minix3/external/bsd/libevent/dist/
H A Devthread_pthread.c165 evthread_use_pthreads(void) in evthread_use_pthreads() function
H A Dwhatsnew-2.0.txt221 call evthread_use_pthreads(). (You'll need to link against the
H A DChangeLog1335 …o New evthread_use_windows_threads() and evthread_use_pthreads() functions to set up the evthread …
/minix3/external/bsd/libevent/dist/test/
H A Dregress_main.c209 if (evthread_use_pthreads()) in basic_test_setup()