Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 7 of 7) sorted by relevance

/libevent-2.1.12/
H A Devent_iocp.c190 port->threads = mm_calloc(port->n_threads, sizeof(HANDLE)); in event_iocp_port_launch_()
191 if (!port->threads) in event_iocp_port_launch_()
208 port->threads[i] = (HANDLE)th; in event_iocp_port_launch_()
218 if (port->threads) in event_iocp_port_launch_()
219 mm_free(port->threads); in event_iocp_port_launch_()
232 mm_free(port->threads); in event_iocp_port_unlock_and_free_()
H A Diocp-internal.h88 HANDLE *threads; member
H A Dwhatsnew-2.1.txt170 might be running in multiple threads, and provides a way to slightly
206 the lock on the connection. Since each threads is waiting for the
H A DChangeLog-2.0783 o Fix unused-variable warning when building with threads disabled (ad811cd)
937 …o Fixed a memory leak on windows threads implementation. The CRITICAL_SECTION was not being free'd…
1123 o Mitigate a race condition when using socket bufferevents in multiple threads.
1189 o Provide OpenSSL style support for multiple threads accessing the same event_base
/libevent-2.1.12/m4/
H A Dacx_pthread.m49 # This macro figures out how to build C programs using POSIX threads.
10 # It sets the PTHREAD_LIBS output variable to the threads library and
25 # If you are only building threads programs, you may wish to use
36 # ACTION-IF-FOUND is a list of shell commands to run if a threads
97 # etcetera environment variables, and if threads linking works using
115 # We must check for the threads library under a number of different
131 # none: in case threads are in libc; should be tried before -Kthread and
133 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
134 # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)
136 # -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads)
[all …]
/libevent-2.1.12/test/
H A Dregress_thread.c169 THREAD_T threads[NUM_THREADS]; in thread_basic() local
229 THREAD_START(threads[i], basic_thread, base); in thread_basic()
239 THREAD_JOIN(threads[i]); in thread_basic()
294 THREAD_T threads[NUM_THREADS]; in thread_conditions_simple() local
329 THREAD_START(threads[i], wait_for_condition, &alerted[i]); in thread_conditions_simple()
341 THREAD_JOIN(threads[i]); in thread_conditions_simple()
/libevent-2.1.12/cmake/
H A DLibeventConfig.cmake.in19 # pthreads - multiple threads for libevent, not exists on Windows