HomeSort by relevance Sort by last modified time
    Searched full:pthread (Results 1 - 25 of 3454) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/crash-recovery/usr/include/
pthread.h 1 #include "pthread/pthread_impl.h"
module.map 7 module pthread {
8 header "pthread.h"
  /external/valgrind/none/tests/linux/
pthread-stack.vgtest 1 prog: pthread-stack
  /external/valgrind/none/tests/
pth_exit2.c 1 #include <pthread.h>
  /external/valgrind/none/tests/solaris/
pthread-stack.vgtest 1 prog: pthread-stack
  /external/ltp/lib/newlib_tests/
Makefile 8 test08: CFLAGS+=-pthread
9 test09: CFLAGS+=-pthread
10 test15: CFLAGS+=-pthread
11 test16: CFLAGS+=-pthread
  /external/valgrind/helgrind/tests/
tls_threads.vgtest 2 vgopts: -q --sim-hints=no-nptl-pthread-stackcache
cond_init_destroy.c 1 #include <pthread.h>
tc01_simple_race.c 2 #include <pthread.h>
31 perror("pthread join");
  /external/valgrind/memcheck/tests/darwin/
pth-supp.c 3 #include <pthread.h>
  /external/vulkan-validation-layers/cmake/
FindPthreadStubs.cmake 7 pkg_check_modules(PC_PTHREADSTUBS QUIET pthread-stubs)
  /external/gemmlowp/
flags.bzl 1 # Android builds do not need to link in a separate pthread library.
  /external/ltp/lib/tests/
Makefile 8 tst_cleanup_once: CFLAGS += -pthread
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
26-1.c 7 #include <pthread.h>
  /external/valgrind/drd/
drd_cond_initializer.c 4 #include <pthread.h>
  /system/extras/simpleperf/testdata/
elf_file_source.cpp 1 #include <pthread.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
1-1-buildonly.c 8 Test the header file pthread.h exists and can be included
11 #include <pthread.h>
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
4-1-buildonly.c 10 *The constant PTHREAD_ONCE_INIT is defined in the pthread.h header.
13 #include <pthread.h>
  /hardware/intel/common/libwsbm/
configure.ac 19 AC_CHECK_HEADER(pthread.h, [
20 AC_SEARCH_LIBS(pthread_cond_init, pthread,
  /prebuilts/tools/linux-x86_64/protoc/lib/pkgconfig/
protobuf-lite.pc 9 Libs: -L${libdir} -lprotobuf-lite -pthread -lpthread
10 Cflags: -I${includedir} -pthread
  /external/clang/test/Driver/
bitrig.c 16 // RUN: %clang -no-canonical-prefixes -target amd64-pc-bitrig -pthread %s -### 2>&1 \
17 // RUN: | FileCheck --check-prefix=CHECK-PTHREAD %s
18 // CHECK-PTHREAD: clang{{.*}}" "-cc1" "-triple" "amd64-pc-bitrig"
19 // CHECK-PTHREAD: ld{{.*}}" {{.*}} "{{.*}}crtbegin.o" {{.*}}.o" "-lpthread" "-lc" "-lclang_rt.amd64" "{{.*}}crtend.o"
21 // RUN: %clang -no-canonical-prefixes -target amd64-pc-bitrig -pg -pthread %s -### 2>&1 \
22 // RUN: | FileCheck --check-prefix=CHECK-PG-PTHREAD %s
23 // CHECK-PG-PTHREAD: clang{{.*}}" "-cc1" "-triple" "amd64-pc-bitrig"
24 // CHECK-PG-PTHREAD: ld{{.*}}" {{.*}} "{{.*}}crtbegin.o" {{.*}}.o" "-lpthread_p" "-lc_p" "-lclang_rt.amd64" "{{.*}}crtend.o"
26 // RUN: %clang -no-canonical-prefixes -target amd64-pc-bitrig -shared -pg -pthread %s -### 2>&1 \
27 // RUN: | FileCheck --check-prefix=CHECK-PG-PTHREAD-SHARED %
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue6997_linux.go 13 #cgo CFLAGS: -pthread
14 #cgo LDFLAGS: -pthread
37 t.Error("pthread finished but wasn't canceled??")
  /prebuilts/go/linux-x86/misc/cgo/test/
issue6997_linux.go 13 #cgo CFLAGS: -pthread
14 #cgo LDFLAGS: -pthread
37 t.Error("pthread finished but wasn't canceled??")
  /external/compiler-rt/test/safestack/
pthread-cleanup.c 1 // RUN: %clang_safestack %s -pthread -o %t
8 #include <pthread.h>
  /external/linux-kselftest/tools/testing/selftests/futex/functional/
Makefile 3 CFLAGS := $(CFLAGS) -g -O2 -Wall -D_GNU_SOURCE -pthread $(INCLUDES)
4 LDFLAGS := $(LDFLAGS) -pthread -lrt

Completed in 744 milliseconds

1 2 3 4 5 6 7 8 91011>>