Home
last modified time | relevance | path

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

/libevent-2.1.12/m4/
H A Dacx_pthread.m492 # We used to check for pthread.h first, but this fails if pthread.h
125 …ags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -m…
143 # pthread: Linux, etcetera
145 # pthread-config: use pthread-config program (for GNU Pth library)
158 acx_pthread_flags="-pthreads pthread -mt -pthread $acx_pthread_flags"
175 pthread-config)
176 AC_CHECK_PROG(acx_pthread_config, pthread-config, yes, no)
178 PTHREAD_CFLAGS="`pthread-config --cflags`"
179 PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
202 AC_TRY_LINK([#include <pthread.h>],
[all …]
/libevent-2.1.12/test/
H A Dregress_main.c204 static void move_pthread_to_realtime_scheduling_class(pthread_t pthread) in move_pthread_to_realtime_scheduling_class() argument
219 int kr = thread_policy_set(pthread_mach_thread_np(pthread), in move_pthread_to_realtime_scheduling_class()
229 void thread_setup(THREAD_T pthread) in thread_setup() argument
231 move_pthread_to_realtime_scheduling_class(pthread); in thread_setup()
234 void thread_setup(THREAD_T pthread) {} in thread_setup() argument
H A Dregress_thread.h54 void thread_setup(THREAD_T pthread);
/libevent-2.1.12/
H A Dconfigure.ac812 #include <pthread.h> ]
H A DCMakeLists.txt636 list(APPEND CMAKE_EXTRA_INCLUDE_FILES pthread.h)