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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/
pth_exit2.c 1 #include <pthread.h>
pth_exit.c 1 #include <pthread.h>
tls_so.c 4 #include <pthread.h>
  /external/llvm/examples/ParallelJIT/
CMakeLists.txt 8 target_link_libraries(ParallelJIT pthread)
  /external/llvm/utils/FileCheck/
CMakeLists.txt 10 target_link_libraries(FileCheck pthread)
  /external/llvm/utils/FileUpdate/
CMakeLists.txt 10 target_link_libraries(FileUpdate pthread)
  /external/llvm/utils/not/
CMakeLists.txt 10 target_link_libraries(not pthread)
  /external/valgrind/main/memcheck/tests/darwin/
pth-supp.c 3 #include <pthread.h>
  /external/valgrind/main/drd/
drd_cond_initializer.c 4 #include <pthread.h>
  /external/valgrind/main/helgrind/tests/
tc01_simple_race.c 2 #include <pthread.h>
31 perror("pthread join");
tc02_simple_tls.c 2 #include <pthread.h>
31 perror("pthread join");
hg01_all_ok.c 3 #include <pthread.h>
hg04_race.c 3 #include <pthread.h>
tc05_simple_race.c 2 #include <pthread.h>
39 perror("pthread join");
tc06_two_races.c 2 #include <pthread.h>
38 perror("pthread join");
tc16_byterace.c 1 #include <pthread.h>
37 perror("pthread join");
  /external/skia/src/ports/
SkThread_pthread.cpp 3 #include <pthread.h>
34 printf("pthread error [%d] EINVAL\n", status);
37 printf("pthread error [%d] EBUSY\n", status);
40 printf("pthread error [%d] unknown\n", status);
49 SkDEBUGF(("pthread mutex size = %d\n", sizeof(pthread_mutex_t)));
  /development/tools/emulator/opengl/tests/EGL_host_wrapper/
Android.mk 11 $(call emugl-export,LDLIBS,-ldl -pthread)
  /external/valgrind/main/drd/tests/
pth_barrier_reinit.c 8 #include <pthread.h>
pth_cleanup_handler.c 2 * Test program for verifying whether pthread cleanup handlers are invoked
10 #include <pthread.h>
pth_process_shared_mutex.c 10 #include <pthread.h>
  /system/core/include/sysutils/
FrameworkClient.h 6 #include <pthread.h>
  /external/webkit/Tools/DumpRenderTree/pthreads/
JavaScriptThreadingPthreads.cpp 36 #include <pthread.h>
95 pthread_t pthread; local
96 pthread_create(&pthread, 0, &runJavaScriptThread, 0);
97 pthread_detach(pthread);
98 javaScriptThreads()->add(pthread);
121 pthread_t pthread; local
122 pthread_create(&pthread, 0, &runJavaScriptThread, 0);
123 pthread_detach(pthread);
124 javaScriptThreads()->add(pthread);
  /external/webrtc/src/system_wrappers/source/
condition_variable.cc 16 #include <pthread.h>
20 #include <pthread.h>
  /external/qemu/audio/
audio_pt_int.h 4 #include <pthread.h>

Completed in 331 milliseconds

1 2 3 4 5 6 7 8 91011>>