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

1 2 3 4 5 6 7 891011>>

  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/
linux-gas.h 30 #define SUBTARGET_CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT}"
  /system/core/debuggerd/
crasher.c 16 #include <pthread.h>
  /system/core/nexus/
Supplicant.h 27 #include <pthread.h>
TiwlanEventListener.cpp 18 #include <pthread.h>
  /system/extras/tests/bionic/libc/bionic/
test_pthread_cond.c 1 #include <pthread.h>
  /system/extras/tests/bionic/libc/common/
test_pthread_join.c 28 #include <pthread.h>
test_static_cpp_mutex.cpp 31 #include <pthread.h>
  /system/extras/tests/bionic/libc/other/
test_thread_max.c 28 #include <pthread.h>
  /system/netd/
DnsProxyListener.h 20 #include <pthread.h>
  /external/valgrind/main/
glibc-2.X-drd.supp 21 # nptl/sysdeps/pthread/bits/stdio-lock.h in the glibc source tree.
273 # boost/thread/pthread/once.hpp in the Boost source tree
274 # (https://svn.boost.org/trac/boost/browser/trunk/boost/thread/pthread/once.hpp).
  /external/v8/
SConstruct 171 'LIBS': ['pthread']
389 'LIBS': ['pthread'],
392 'LIBS': ['pthread'],
395 'LIBS': ['execinfo', 'pthread']
398 'LIBS': ['m', 'pthread', 'socket', 'nsl', 'rt'],
402 'LIBS': ['execinfo', 'pthread']
441 'LIBS': ['pthread'],
444 'LIBS': ['pthread'],
447 'LIBS': ['execinfo', 'pthread']
450 'LIBS': ['m', 'pthread', 'socket', 'nsl', 'rt']
    [all...]
  /external/llvm/cmake/
config-ix.cmake 55 check_include_file(pthread.h HAVE_PTHREAD_H)
87 check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)
88 check_library_exists(pthread pthread_getspecific "" HAVE_PTHREAD_GETSPECIFIC)
89 check_library_exists(pthread pthread_rwlock_init "" HAVE_PTHREAD_RWLOCK_INIT)
135 check_symbol_exists(pthread_mutex_lock pthread.h HAVE_PTHREAD_MUTEX_LOCK)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h 36 /* Some implementations of <pthread.h> require this to be defined. */
41 #include <pthread.h>
84 /* On Tru64, /usr/include/pthread.h uses #pragma extern_prefix "__" to
85 map a subset of the POSIX pthread API to mangled versions of their
259 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
263 provided for checking whether an application is linked to a pthread
439 * this should be a pointer to policy but pthread.h is universally
gthr-posix.h 36 /* Some implementations of <pthread.h> require this to be defined. */
41 #include <pthread.h>
84 /* On Tru64, /usr/include/pthread.h uses #pragma extern_prefix "__" to
85 map a subset of the POSIX pthread API to mangled versions of their
259 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
263 provided for checking whether an application is linked to a pthread
439 * this should be a pointer to policy but pthread.h is universally
  /bionic/libc/
Android.mk 332 # NOTE: bionic/pthread.c is added later to this list
375 bionic/pthread-atfork.c.arm \
376 bionic/pthread-rwlocks.c.arm \
377 bionic/pthread-timers.c.arm \
381 bionic/pthread.c.arm \
415 bionic/pthread-atfork.c \
416 bionic/pthread-rwlocks.c \
417 bionic/pthread-timers.c \
421 bionic/pthread.c \
456 bionic/pthread-atfork.c
    [all...]
  /bionic/libc/netbsd/net/
reentrant.h 99 * pthread library, and the real function in the pthread library if it
103 #include <pthread.h>
  /dalvik/vm/
Atomic.cpp 157 // pthread library, a mutex is simply a volatile word whose value is always
165 #include <pthread.h>
245 * The alternative is to use a pthread mutex, but
  /external/valgrind/main/drd/scripts/
download-and-build-splash2.in 87 -CFLAGS := -O3 -pthread -D_POSIX_C_SOURCE=200112
88 +CFLAGS := -g3 -m32 -O3 -pthread -D_POSIX_C_SOURCE=200112
89 #CFLAGS := -g3 -pthread -D_POSIX_C_SOURCE=200112
  /bionic/libc/arch-sh/bionic/
atomics_sh.c 29 #include <pthread.h>
  /bionic/libc/arch-x86/bionic/
__set_tls.c 28 #include <pthread.h>
  /development/tools/emulator/opengl/system/egl/
eglDisplay.h 19 #include <pthread.h>
  /development/tools/emulator/opengl/tests/ut_renderer/
RenderingThread.h 23 #include <pthread.h>
  /device/samsung/tuna/libsensors/
LightSensor.cpp 25 #include <pthread.h>
  /external/chromium/android/
prefix.h 58 #include <pthread.h>
  /external/chromium/base/threading/
thread_local_storage.h 13 #include <pthread.h>

Completed in 409 milliseconds

1 2 3 4 5 6 7 891011>>