Searched refs:threads (Results 1 – 7 of 7) sorted by relevance
| /libevent-2.1.12/ |
| H A D | event_iocp.c | 190 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 D | iocp-internal.h | 88 HANDLE *threads; member
|
| H A D | whatsnew-2.1.txt | 170 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 D | ChangeLog-2.0 | 783 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 D | acx_pthread.m4 | 9 # 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 D | regress_thread.c | 169 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 D | LibeventConfig.cmake.in | 19 # pthreads - multiple threads for libevent, not exists on Windows
|