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

<<41424344454647484950>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
gthr-default.h 48 #include <pthread.h>
236 ideal, since any public pthread function might be intercepted just as
271 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
275 provided for checking whether an application is linked to a shared pthread
283 determine the default pthread stack size. There is a stub in some
425 * this should be a pointer to policy but pthread.h is universally
gthr-posix.h 48 #include <pthread.h>
236 ideal, since any public pthread function might be intercepted just as
271 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
275 provided for checking whether an application is linked to a shared pthread
283 determine the default pthread stack size. There is a stub in some
425 * this should be a pointer to policy but pthread.h is universally
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
gthr-default.h 48 #include <pthread.h>
236 ideal, since any public pthread function might be intercepted just as
271 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
275 provided for checking whether an application is linked to a shared pthread
283 determine the default pthread stack size. There is a stub in some
425 * this should be a pointer to policy but pthread.h is universally
gthr-posix.h 48 #include <pthread.h>
236 ideal, since any public pthread function might be intercepted just as
271 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
275 provided for checking whether an application is linked to a shared pthread
283 determine the default pthread stack size. There is a stub in some
425 * this should be a pointer to policy but pthread.h is universally
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
gthr-default.h 48 #include <pthread.h>
236 ideal, since any public pthread function might be intercepted just as
271 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
275 provided for checking whether an application is linked to a shared pthread
283 determine the default pthread stack size. There is a stub in some
425 * this should be a pointer to policy but pthread.h is universally
gthr-posix.h 48 #include <pthread.h>
236 ideal, since any public pthread function might be intercepted just as
271 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
275 provided for checking whether an application is linked to a shared pthread
283 determine the default pthread stack size. There is a stub in some
425 * this should be a pointer to policy but pthread.h is universally
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
gthr-default.h 48 #include <pthread.h>
236 ideal, since any public pthread function might be intercepted just as
271 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
275 provided for checking whether an application is linked to a shared pthread
283 determine the default pthread stack size. There is a stub in some
425 * this should be a pointer to policy but pthread.h is universally
gthr-posix.h 48 #include <pthread.h>
236 ideal, since any public pthread function might be intercepted just as
271 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
275 provided for checking whether an application is linked to a shared pthread
283 determine the default pthread stack size. There is a stub in some
425 * this should be a pointer to policy but pthread.h is universally
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/
fixincl 
  /external/qemu/distrib/sdl-1.2.15/
configure.in     [all...]
  /external/chromium/testing/gtest/
README 264 Google Test is thread-safe where the pthread library is available.
269 If Google Test doesn't correctly detect whether pthread is available
278 When Google Test uses pthread, you may need to add flags to your
279 compiler and/or linker to select the pthread library, or you'll get
359 On platforms where the pthread library is available, Google Test uses
  /external/gtest/
README 264 Google Test is thread-safe where the pthread library is available.
269 If Google Test doesn't correctly detect whether pthread is available
278 When Google Test uses pthread, you may need to add flags to your
279 compiler and/or linker to select the pthread library, or you'll get
359 On platforms where the pthread library is available, Google Test uses
  /external/bison/darwin-lib/
time.h 364 pthreads-win32 library defines it in <pthread.h>. */
369 # include <pthread.h>
370 /* The pthreads-win32 <pthread.h> also defines a couple of broken macros. */
  /external/bison/linux-lib/
time.h 364 pthreads-win32 library defines it in <pthread.h>. */
369 # include <pthread.h>
370 /* The pthreads-win32 <pthread.h> also defines a couple of broken macros. */
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 316 POSIX_FLAGS ?= -g -O2 -pthread -MMD -DNDEBUG
320 POSIX_FLAGS ?= -g -O0 -pthread -MMD -DNACL_SDK_DEBUG
329 NACL_LDFLAGS += -Wl,-as-needed -pthread
  /external/chromium_org/third_party/re2/
Makefile 13 CXXFLAGS=-Wall -O3 -g -pthread # can override
15 LDFLAGS=-pthread
259 (cd obj && $(CXX) -I$(DESTDIR)$(includedir) -L$(DESTDIR)$(libdir) testinstall.cc -lre2 -pthread -o testinstall)
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc 343 // calling pthread routines (even pthread_self) too early could
346 // 'fake' pthread. This is not ideal since it doesn't work well
431 // Note that "ptr" cannot be NULL since pthread promises not
  /external/regex-re2/
Makefile 13 CXXFLAGS=-Wall -O3 -g -pthread # can override
15 LDFLAGS=-pthread
259 (cd obj && $(CXX) -I$(DESTDIR)$(includedir) -L$(DESTDIR)$(libdir) testinstall.cc -lre2 -pthread -o testinstall)
  /ndk/docs/text/system/libc/
CHANGES.text 7 - &lt;pthread.h&gt;: Add reader/writer locks implementation. Add sanity
168 - &lt;pthread.h&gt;: Add pthread_condattr_init/destroy/setpshared/getpshared functions
236 constructors. This allows these to use pthread functions properly.
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
  /development/ndk/sources/android/libportable/arch-mips/
pthread.c 18 #include <pthread.h>
55 * Call pthread function and convert return value (a native errno) to portable error number.
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_thread.c 30 #include <pthread.h>
347 CDBG_ERROR("%s: pthread dead already\n", __func__);
  /external/bison/lib/
signal.in.h 59 pthread_sigmask in <pthread.h>, not in <signal.h>.
64 # include <pthread.h>

Completed in 782 milliseconds

<<41424344454647484950>>