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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/
pth_exit2.c 1 #include <pthread.h>
  /ndk/tests/build/issue39983-PAGE_SIZE/jni/
issue39983-PAGE_SIZE.c 1 #include <pthread.h>
  /external/llvm/examples/ParallelJIT/
CMakeLists.txt 15 target_link_libraries(ParallelJIT pthread)
  /external/valgrind/main/helgrind/tests/
cond_init_destroy.c 1 #include <pthread.h>
tc01_simple_race.c 2 #include <pthread.h>
31 perror("pthread join");
tc02_simple_tls.c 2 #include <pthread.h>
31 perror("pthread join");
  /external/valgrind/main/memcheck/tests/darwin/
pth-supp.c 3 #include <pthread.h>
  /external/strace/test/
Makefile 10 leaderkill: LDFLAGS += -pthread
12 childthread: LDFLAGS += -pthread
  /external/chromium_org/native_client_sdk/src/examples/api/gamepad/
example.dsc 8 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
  /external/valgrind/main/drd/
drd_cond_initializer.c 4 #include <pthread.h>
  /ndk/tests/device/issue38121/jni/
main.c 1 #include <pthread.h>
  /hardware/intel/common/libwsbm/
configure.ac 19 AC_CHECK_HEADER(pthread.h, [
20 AC_SEARCH_LIBS(pthread_cond_init, pthread,
  /external/chromium_org/native_client_sdk/src/examples/tutorial/dlopen/
example.dsc 9 'LIBS': ['nacl_io', 'ppapi_cpp', 'ppapi', 'dl', 'pthread']
15 'LIBS' : ['ppapi_cpp', 'ppapi', 'pthread']
23 'LIBS' : ['ppapi_cpp', 'ppapi', '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...]
  /external/compiler-rt/test/asan/TestCases/
init-order-pthread-create.cc 4 // RUN: %clangxx_asan %s %p/Helpers/init-order-pthread-create-extra.cc -pthread -o %t
8 #include <pthread.h>
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
simple_lock.h 8 #include "pthread.h"
16 * A pthread mutex object, with automatic initialization and destruction.
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Thread.c 30 #include <pthread.h>
47 pthread_t pthread; member in struct:_EXYNOS_THREAD_HANDLE_TYPE
82 result = pthread_create(&thread->pthread, &thread->attr, function_name, (void *)argument);
83 /* pthread_setschedparam(thread->pthread, SCHED_RR, &thread->schedparam); */
119 if (pthread_join(thread->pthread, NULL) != 0) {
140 /* thread_cancel(thread->pthread); */
141 pthread_exit(&thread->pthread);
142 pthread_join(thread->pthread, NULL);
  /external/chromium_org/native_client_sdk/src/examples/api/audio/
example.dsc 8 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
  /external/chromium_org/native_client_sdk/src/examples/api/core/
example.dsc 8 'LIBS' : ['ppapi_cpp', 'ppapi', 'pthread']
  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
example.dsc 8 'LIBS' : ['ppapi_cpp', 'ppapi', 'pthread']
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_2d/
example.dsc 10 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
example.dsc 13 'LIBS': ['ppapi_gles2', 'ppapi_cpp', 'ppapi', 'pthread']
  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
example.dsc 10 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
  /external/chromium_org/native_client_sdk/src/examples/api/media_stream_audio/
example.dsc 10 'LIBS': ['ppapi_gles2', 'ppapi_cpp', 'ppapi', 'pthread']
  /external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/
example.dsc 10 'LIBS': ['ppapi_gles2', 'ppapi_cpp', 'ppapi', 'pthread']

Completed in 1447 milliseconds

1 2 3 4 5 6 7 8 91011>>