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

1 2 3 45 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
thread_db.h 8 #include <pthread.h>
102 thread_t ti_tid; // pthread's id for the thread
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
thread_db.h 8 #include <pthread.h>
105 thread_t ti_tid; // pthread's id for the thread
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
thread_db.h 8 #include <pthread.h>
105 thread_t ti_tid; // pthread's id for the thread
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_systhread.c 24 #include <pthread.h>
58 SDL_SetError("Couldn't initialize pthread attributes");
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_systhread.c 67 #include <pthread.h>
85 SDL_SetError("Couldn't initialize pthread attributes");
  /external/valgrind/main/helgrind/tests/
tc07_hbl1.c 2 #include <pthread.h>
93 perror("pthread join");
tc11_XCHG.c 3 #include <pthread.h>
113 perror("pthread join");
  /ndk/build/tools/toolchain-patches/gcc/
0001-gcc-prevent-crash-on-Eclair-and-older-platforms.patch 20 completely. And we don't need them because the pthread symbols
50 #include <pthread.h>
  /ndk/sources/android/libthread_db/gdb-7.1.x/
thread_db.h 8 #include <pthread.h>
108 thread_t ti_tid; // pthread's id for the thread
  /bionic/libc/arch-sh/bionic/
__get_tls.c 28 /* see the implementation of __set_tls and pthread.c to understand this
__set_tls.c 28 #include <pthread.h>
  /bionic/libc/arch-x86/bionic/
__get_tls.c 28 /* see the implementation of __set_tls and pthread.c to understand this
  /bionic/libc/bionic/
thread_atexit.c 31 #include <pthread.h>
  /development/tools/emulator/opengl/shared/OpenglOsUtils/
osThread.h 22 #include <pthread.h>
  /development/tools/emulator/opengl/system/OpenglSystemCommon/
ThreadInfo.h 20 #include <pthread.h>
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
ServerConnection.h 24 #include <pthread.h>
  /device/samsung/tuna/libsensors/
PressureSensor.cpp 25 #include <pthread.h>
ProximitySensor.cpp 24 #include <pthread.h>
  /external/chromium/base/synchronization/
lock_impl.h 14 #include <pthread.h>
  /external/llvm/lib/Support/
Mutex.cpp 37 #include <pthread.h>
44 // This variable is useful for situations where the pthread library has been
49 // pthread operations become no-ops and the functions all return false. If
57 // Construct a Mutex using pthread calls
RWMutex.cpp 39 #include <pthread.h>
46 // This variable is useful for situations where the pthread library has been
51 // pthread operations become no-ops and the functions all return false. If
59 // Construct a RWMutex using pthread calls
  /external/llvm/utils/TableGen/
CMakeLists.txt 57 target_link_libraries(tblgen pthread)
  /external/qemu/distrib/sdl-1.2.12/
sources.make 119 SRCS += pthread/SDL_syscond.c \
120 pthread/SDL_sysmutex.c \
121 pthread/SDL_syssem.c \
122 pthread/SDL_systhread.c
  /external/stlport/
INSTALL.unixes 79 c++ -pthread -fexceptions -O2 -I/usr/local/include/stlport -c -o test.o test.cc
85 c++ -pthread -fexceptions -O2 -I/usr/local/include/stlport -nostdlib -o mytest \
101 gcc -pthread -fexceptions -O2 -I/usr/local/include/stlport -o mytest \
109 application should be compiled as multithreaded, too. Use -pthread
  /external/valgrind/main/drd/tests/
annotate_hb_err.c 6 #include <pthread.h>

Completed in 205 milliseconds

1 2 3 45 6 7 8 91011>>