HomeSort by relevance Sort by last modified time
    Searched full:pthread (Results 576 - 600 of 2211) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
linux-gas.h 30 #define SUBTARGET_CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT}"
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
linux-gas.h 30 #define SUBTARGET_CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT}"
  /system/core/fastbootd/
protocol.h 35 #include <pthread.h>
  /system/core/libutils/
misc.cpp 31 # 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>
  /art/runtime/base/
mutex_test.cc 121 pthread_t pthread; variable
122 int pthread_create_result = pthread_create(&pthread, NULL, RecursiveLockWait::Callback, &state);
129 EXPECT_EQ(pthread_join(pthread, NULL), 0);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_nspr_pthread.h 38 #include <pthread.h>
112 pthread_t pthread; member in struct:_MDThread
176 pthread_t pthread; member in struct:_MDCPU
  /external/chromium_org/third_party/tcmalloc/chromium/src/
maybe_threads.cc 33 // Some wrappers for pthread functions so that we can be LD_PRELOADed
108 // linked with -pthread is silently a noop. :-( Luckily, we have a
113 // is not linked with -pthread).
  /external/chromium_org/third_party/tcmalloc/vendor/src/
maybe_threads.cc 33 // Some wrappers for pthread functions so that we can be LD_PRELOADed
108 // linked with -pthread is silently a noop. :-( Luckily, we have a
113 // is not linked with -pthread).
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 327 // VG_(printf)("pthread_hijack pthread %p, machthread %p, func %p, arg %p, stack %p, flags %p, stack %p\n", self, kport, func, func_arg, stacksize, flags, sp);
351 // Record thread's stack and Mach port and pthread struct
352 tst->os_state.pthread = self;
362 // pthread structure
446 /* For whatever reason, tst->os_state.pthread appear to have a
466 "tst->os_state.pthread %#lx\n",
467 tst->os_state.pthread == self ? "SAME" : "DIFF",
468 tid, tst, tst->os_state.pthread);
471 vg_assert(tst->os_state.pthread - magic_delta == self);
511 // Record thread's stack and Mach port and pthread struc
    [all...]
syswrap-x86-darwin.c 284 // VG_(printf)("pthread_hijack pthread %p, machthread %p, func %p, arg %p, stack %p, flags %p, stack %p\n", self, kport, func, func_arg, stacksize, flags, sp);
309 // Record thread's stack and Mach port and pthread struct
310 tst->os_state.pthread = self;
320 // pthread structure
407 /* For whatever reason, tst->os_state.pthread appear to have a
427 "tst->os_state.pthread %#lx, self %#lx\n",
428 tst->os_state.pthread == self ? "SAME" : "DIFF",
429 tid, tst, tst->os_state.pthread, self);
432 vg_assert(tst->os_state.pthread - magic_delta == self);
472 // Record thread's stack and Mach port and pthread struc
    [all...]
  /external/valgrind/main/
glibc-2.X-drd.supp 21 # nptl/sysdeps/pthread/bits/stdio-lock.h in the glibc source tree.
278 # boost/thread/pthread/once.hpp in the Boost source tree
279 # (https://svn.boost.org/trac/boost/browser/trunk/boost/thread/pthread/once.hpp).
  /external/llvm/cmake/
config-ix.cmake 50 check_include_file(pthread.h HAVE_PTHREAD_H)
85 check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)
87 check_library_exists(pthread pthread_getspecific "" HAVE_PTHREAD_GETSPECIFIC)
88 check_library_exists(pthread pthread_rwlock_init "" HAVE_PTHREAD_RWLOCK_INIT)
89 check_library_exists(pthread pthread_mutex_lock "" HAVE_PTHREAD_MUTEX_LOCK)
  /prebuilts/gcc/linux-x86/host/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
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
README 75 Note 2: if you use a standard C pthread*.dll with a C++
81 version (it should be arbitrary) as pthread.dll, including
82 pthread.lib and libpthread.a as appropriate. This is no longer
90 pthread[VG]{SE,CE,C}[c].dll
91 pthread[VG]{SE,CE,C}[c].lib
186 What are all these pthread*.dll and pthread*.lib files?
287 These defines determine the style of cleanup (see pthread.h) and,
308 correct parts of pthread.h are included. That is, the possible
315 It is recommended that you let pthread.h use it's default __CLEANUP_
    [all...]
  /bionic/libc/netbsd/net/
reentrant.h 99 * pthread library, and the real function in the pthread library if it
103 #include <pthread.h>
  /external/bison/lib/
time.in.h 52 pthreads-win32 library defines it in <pthread.h>. */
57 # include <pthread.h>
58 /* The pthreads-win32 <pthread.h> also defines a couple of broken macros. */
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadSpecific.h 31 /* Thread local storage is implemented by using either pthread API or Windows
34 * @ In pthread implementation, the destructor function will be called
51 #include <pthread.h>
  /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-x86/bionic/
__set_tls.c 28 #include <pthread.h>
  /bionic/libc/bionic/
pthread_internal.h 31 #include <pthread.h>

Completed in 1782 milliseconds

<<21222324252627282930>>