Searched refs:pthread (Results 1 - 25 of 310) sorted by relevance

1234567891011>>

/openbsd-current/gnu/gcc/libgomp/config/posix/
H A Domp-lock.h8 #include <pthread.h>
H A Dmutex.h34 #include <pthread.h>
H A Dbar.h36 #include <pthread.h>
/openbsd-current/gnu/gcc/gcc/
H A Dgthr-lynx.h37 macros in pthread.h with defining _POSIX_THREADS_CALLS or undefine
41 #include <pthread.h>
/openbsd-current/gnu/gcc/libgomp/config/posix95/
H A Domp-lock.h8 #include <pthread.h>
/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/
H A Dmutex_posix.h13 #include <pthread.h>
H A Dmutex_posix.cpp12 #include <pthread.h>
/openbsd-current/lib/libc/thread/
H A Drthread_once.c19 #include <pthread.h>
H A Drthread.h28 extern struct pthread _initial_thread;
H A Drthread_debug.c5 #include <pthread.h>
/openbsd-current/regress/lib/libpthread/sigdeliver/
H A Dsigdeliver.c46 pthread_t pthread; local
53 CHECKr(pthread_create(&pthread, NULL, do_nothing, NULL));
62 CHECKr(pthread_kill(pthread, SIGUSR1));
64 CHECKr(pthread_join(pthread, NULL));
/openbsd-current/lib/librthread/
H A Drthread_getcpuclockid.c18 #include <pthread.h>
H A Dsched_prio.c21 #include <pthread.h>
/openbsd-current/regress/lib/libc/malloc/malloc_threaderr/
H A DMakefile7 LDADD+= -pthread
/openbsd-current/regress/lib/libc/stdio_threading/include/
H A Dlocal.h23 #include <pthread.h>
51 pthread_t self, pthread[THREAD_COUNT]; local
63 if ((r = pthread_create(&pthread[i], NULL, thread, arg))) {
65 pthread[i] = self;
79 if (! pthread_equal(pthread[i], self) &&
80 (r = pthread_join(pthread[i], NULL)))
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
H A Dkilled.c22 #include <pthread.h>
H A Dswitch-threads.c23 #include <pthread.h>
/openbsd-current/regress/lib/libpthread/preemption/
H A Dpreemption.c35 #include <pthread.h>
/openbsd-current/regress/misc/sse2/foo/
H A Dfoo.c2 #include <pthread.h>
/openbsd-current/regress/lib/libc/locale/uselocale/
H A DMakefile5 LDFLAGS += -pthread
/openbsd-current/regress/lib/libc/stdio_threading/fopen/
H A Dfopen_test.c19 #include <pthread.h>
/openbsd-current/distrib/special/libstubs/
H A Dpthread_once.c19 #include <pthread.h>
H A Dpthread_mutex.c18 #include <pthread.h>
/openbsd-current/include/
H A Dpthread_np.h37 #include <pthread.h>
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DPThreadCondition.h16 #include <pthread.h>

Completed in 478 milliseconds

1234567891011>>