Searched refs:pthread (Results 126 - 150 of 310) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_pthread_wrappers.h12 // b) defines pthread-like interface on platforms where where <pthread.h>
23 # include <pthread.h>
24 // Simply forward the arguments and check that the pthread functions succeed.
/openbsd-current/regress/lib/libc/sys/
H A Dt_getpid.c38 #include <pthread.h>
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dtsd.h17 #include <pthread.h>
/openbsd-current/regress/lib/libpthread/switch/
H A Dswitch.c44 #include <pthread.h>
/openbsd-current/lib/libcrypto/
H A Dcrypto_lock.c18 #include <pthread.h>
H A Dcrypto_init.c20 #include <pthread.h>
/openbsd-current/gnu/llvm/lldb/include/lldb/
H A Dlldb-types.h52 #include <pthread.h>
/openbsd-current/gnu/llvm/lldb/source/Host/netbsd/
H A DHostInfoNetBSD.cpp16 #include <pthread.h>
/openbsd-current/gnu/llvm/lldb/tools/driver/
H A DPlatform.h83 #include <pthread.h>
/openbsd-current/gnu/llvm/libunwind/src/
H A DRWMutex.hpp19 #include <pthread.h>
21 #pragma comment(lib, "pthread")
/openbsd-current/lib/libcrypto/err/
H A Derr_all.c59 #include <pthread.h>
/openbsd-current/usr.bin/libtool/LT/Mode/
H A DLink.pm451 $o->{pthread} = 0;
454 if ($arg eq '-pthread') {
455 $o->{pthread}++;
465 $o->{pthread} += $lainfo->{cached}{pthread};
488 if ($o->{pthread}) {
489 unshift(@{$o->{result}}, '-pthread');
490 unshift(@{$o->{deplibs}}, '-pthread');
563 } elsif ($arg eq '-pthread') {
564 $self->{pthread}
[all...]
/openbsd-current/gnu/usr.bin/perl/hints/
H A Dlinux.sh364 # POSIX will not link without the pthread lib
365 libswanted="$libswanted pthread"
375 if echo $libswanted | grep -v pthread >/dev/null
377 set `echo X "$libswanted "| sed -e 's/ c / pthread c /'`
431 # need pthread explicitly linked.
435 if echo " $libswanted " | grep -v " pthread " >/dev/null
444 if ${nm:-nm} -u $DBLIB 2>/dev/null | grep pthread >/dev/null
446 if ldd $DBLIB | grep pthread >/dev/null
460 libswanted="$libswanted pthread"
H A Dgnu.sh6 set `echo X "$libswanted "| sed -e 's/ bsd / /' -e 's/ nsl / /' -e 's/ c / pthread /'`
76 if echo $libswanted | grep -v pthread >/dev/null
78 set `echo X "$libswanted "| sed -e 's/ c / pthread c /'`
H A Ddec_osf.sh369 cat > pthread.c <<EOF
370 #include <pthread.h>
373 $cc -c pthread.c 2> pthread.err
374 if egrep -q "unrecognized compiler|syntax error" pthread.err; then
384 rm -f pthread.*
387 rm -f pthread.*
395 *) ccflags="-pthread $ccflags" ;;
401 *) libswanted="$libswanted pthread exc" ;;
589 # * Fix -pthread addition
[all...]
/openbsd-current/gnu/gcc/libgomp/
H A Dlibgomp.h43 #include <pthread.h>
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
H A Dpthreads.c27 #include <pthread.h>
/openbsd-current/regress/lib/libpthread/blocked_close/
H A Dblocked_close.c24 #include <pthread.h>
/openbsd-current/regress/lib/libpthread/blocked_dup2/
H A Dblocked_dup2.c24 #include <pthread.h>
/openbsd-current/regress/lib/libpthread/blocked_shutdown/
H A Dblocked_shutdown.c24 #include <pthread.h>
/openbsd-current/regress/lib/libpthread/cancel_wait/
H A Dcancel_wait.c15 #include <pthread.h>
/openbsd-current/regress/lib/libpthread/preemption_float/
H A Dpreemption_float.c41 #include <pthread.h>
/openbsd-current/regress/lib/libpthread/pthread_cond_timedwait/
H A Dpthread_cond_timedwait.c44 #include <pthread.h>
/openbsd-current/regress/lib/libpthread/semaphore/sem_wait/
H A Dsem_wait.c11 #include <pthread.h>
/openbsd-current/lib/librthread/
H A Dpthread.h1 /* $OpenBSD: pthread.h,v 1.6 2017/11/04 22:53:57 jca Exp $ */
21 #include_next <pthread.h>

Completed in 311 milliseconds

1234567891011>>