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

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 23 #include <pthread.h>
37 # include <pthread-functions.h>
525 /* Make the pthread functions weak so that we can elide them from
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 515 pthread_t pthread;
516 pthread_create(&pthread, 0, &runThread, 0);
517 pthread_join(pthread, 0);
519 pthread_create(&pthread, 0, &runThread, 0);
520 pthread_join(pthread, 0);
522 // Now create another thread using WTF. On OSX, it will have the same pthread handle
    [all...]
  /external/opencv/cxcore/src/
cxerror.cpp 47 #include <pthread.h>
415 /* POSIX pthread */
  /external/stlport/stlport/stl/
_pthread_alloc.h 30 * Pthread-specific node allocator.
65 // Pthread-specific allocator.
  /external/valgrind/main/docs/internals/
3_1_BUGSTATUS.txt 11 v5868 fixed 108258 NPTL pthread cleanup handlers not called
42 v5868 fixed 108528 NPTL pthread cleanup handlers not called
  /external/valgrind/main/helgrind/tests/
tc20_verifywrap.c 11 otherwise "know" about some more exotic pthread stuff, in this case
18 #include <pthread.h>
  /external/valgrind/unittest/
thread_wrappers_pthread.h 27 // Here we define few simple classes that wrap pthread primitives.
44 #include <pthread.h>
  /ndk/docs/system/libc/
CHANGES.html 83 - &lt;pthread.h&gt;: Add pthread_condattr_init/destroy/setpshared/getpshared functions
151 constructors. This allows these to use pthread functions properly.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 30 * Pthread-specific node allocator.
65 // Pthread-specific allocator.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 30 * Pthread-specific node allocator.
65 // Pthread-specific allocator.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 30 * Pthread-specific node allocator.
65 // Pthread-specific allocator.
  /bionic/libc/netbsd/resolv/
res_state.c 35 #include <pthread.h>
  /bionic/libc/unistd/
opendir.c 34 #include <pthread.h>
  /bionic/linker/
dlfcn.c 17 #include <pthread.h>
  /cts/apps/cts-usb-accessory/
cts-usb-accessory.c 26 #include <pthread.h>
  /development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 21 #include <pthread.h>
  /development/tools/emulator/system/lights/
lights_qemu.c 38 #include <pthread.h>
  /device/samsung/tuna/liblight/
lights.c 23 #include <pthread.h>
  /external/chromium/chrome/browser/sync/glue/
ui_model_worker.h 31 // after the actual syncer pthread has exited.
  /external/chromium/third_party/libjingle/source/talk/base/
event.cc 33 #include <pthread.h>
thread.h 37 #include <pthread.h>
  /external/dbus/dbus/
dbus-sysdeps-thread-win.c 2 /* dbus-sysdeps-pthread.c Implements threads using Windows threads (internal to libdbus)
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_messageQueueLib.c 29 #include <pthread.h>
  /external/llvm/cmake/modules/
LLVM-Config.cmake 11 set(system_libs ${system_libs} pthread)
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.h 75 #include <pthread.h>

Completed in 2828 milliseconds

<<11121314151617181920>>