HomeSort by: relevance | last modified time | path
    Searched refs:pthread (Results 1 - 25 of 215) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/lib/libpthread/
pthread_makelwp.h 40 #include <pthread.h>
call_once.c 36 #include <pthread.h>
pthread_getcpuclockid.c 41 #include <pthread.h>
pthread_makelwp_netbsd.c 41 #include <pthread.h>
tss.c 37 #include <pthread.h>
  /src/tests/lib/libpthread/
h_exit.c 36 #include <pthread.h>
h_cancel.c 36 #include <pthread.h>
  /src/tests/lib/semaphore/
Makefile 6 TESTS_SUBDIRS= pthread
  /src/tools/ctfmerge/
Makefile 10 # need native pthread support
11 HOST_CFLAGS+= -pthread
  /src/tests/lib/libobjc/
Makefile 16 CFLAGS+= -pthread
17 LDFLAGS+= -pthread
  /src/sys/external/bsd/acpica/dist/include/platform/
accygwin.h 195 #define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread))
acfreebsd.h 220 #define ACPI_CAST_PTHREAD_T(pthread) ((ACPI_THREAD_ID) ACPI_TO_INTEGER (pthread))
  /src/lib/libisns/
isns_thread.h 39 #include <pthread.h>
  /src/regress/sys/kern/softint1/
softint1.c 38 #include <pthread.h>
  /src/tests/lib/libc/membar/
Makefile 11 LDADD+= -pthread
  /src/tests/lib/semaphore/pthread/
Makefile 5 TESTSDIR= ${TESTSBASE}/lib/semaphore/pthread
  /src/tests/lib/libc/setjmp/
Makefile 15 LDFLAGS.t_threadjmp+= -pthread
  /src/tools/ctfdump/
Makefile 13 # need native pthread support
14 HOST_CFLAGS+= -pthread
  /src/lib/librumphijack/
Makefile 9 LIBDPLIBS+= pthread ${.CURDIR}/../libpthread \
  /src/lib/libukfs/
Makefile 9 pthread ${.CURDIR}/../libpthread
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stoptheworld_testlib.cc 25 #include <pthread.h>
  /src/tests/usr.bin/c++/
t_call_once.sh 99 atf_check -s exit:0 -o ignore -e ignore c++ -o call_once test.cpp -pthread
120 atf_check -s exit:0 -o ignore -e ignore c++ -static -pg -o call_once test.cpp -pthread
153 atf_check -s exit:0 -o ignore -e ignore c++ -static -m32 -pg -o call_once test.cpp -pthread
177 c++ -o call_once test.cpp -L. -ltest -pthread
215 c++ -m32 -o call_once test.cpp -L. -ltest -pthread
247 c++ -pg -o call_once test.cpp -L. -ltest -pthread
291 c++ -m32 -pg -o call_once test.cpp -L. -ltest -pthread
312 atf_check -s exit:0 -o ignore -e ignore c++ -fpie -pie -o call_once test.cpp -pthread
339 atf_check -s exit:0 -o ignore -e ignore c++ -o call_once_32 -m32 test.cpp -pthread
340 atf_check -s exit:0 -o ignore -e ignore c++ -o call_once_64 test.cpp -pthread
    [all...]
t_pthread_once.sh 98 atf_check -s exit:0 -o ignore -e ignore c++ -o pthread_once test.cpp -pthread
118 atf_check -s exit:0 -o ignore -e ignore c++ -static -pg -o pthread_once test.cpp -pthread
150 atf_check -s exit:0 -o ignore -e ignore c++ -static -m32 -pg -o pthread_once test.cpp -pthread
173 c++ -o pthread_once test.cpp -L. -ltest -pthread
210 c++ -m32 -o pthread_once test.cpp -L. -ltest -pthread
241 c++ -pg -o pthread_once test.cpp -L. -ltest -pthread
284 c++ -m32 -pg -o pthread_once test.cpp -L. -ltest -pthread
304 atf_check -s exit:0 -o ignore -e ignore c++ -fpie -pie -o pthread_once test.cpp -pthread
330 atf_check -s exit:0 -o ignore -e ignore c++ -o pthread_once_32 -m32 test.cpp -pthread
331 atf_check -s exit:0 -o ignore -e ignore c++ -o pthread_once_64 test.cpp -pthread
    [all...]
  /src/lib/librefuse/
Makefile 7 pthread ${.CURDIR}/../libpthread
  /src/sys/modules/examples/readhappy_mpsafe/
test_readhappy.c 31 #include <pthread.h>
36 * Compile this program with -pthread and run it to test the readhappy_mpsafe

Completed in 58 milliseconds

1 2 3 4 5 6 7 8 9