HomeSort by relevance Sort by last modified time
    Searched full:threaded (Results 451 - 475 of 1090) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-posix.h 227 path so every update of __gthread_active in a threaded program must
233 /* If this really is a threaded program, then we must ensure that
326 path so every update of __gthread_active in a threaded program must
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
gthr-default.h 227 path so every update of __gthread_active in a threaded program must
233 /* If this really is a threaded program, then we must ensure that
326 path so every update of __gthread_active in a threaded program must
gthr-posix.h 227 path so every update of __gthread_active in a threaded program must
233 /* If this really is a threaded program, then we must ensure that
326 path so every update of __gthread_active in a threaded program must
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
gthr-default.h 227 path so every update of __gthread_active in a threaded program must
233 /* If this really is a threaded program, then we must ensure that
326 path so every update of __gthread_active in a threaded program must
gthr-posix.h 227 path so every update of __gthread_active in a threaded program must
233 /* If this really is a threaded program, then we must ensure that
326 path so every update of __gthread_active in a threaded program must
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
gthr-default.h 227 path so every update of __gthread_active in a threaded program must
233 /* If this really is a threaded program, then we must ensure that
326 path so every update of __gthread_active in a threaded program must
gthr-posix.h 227 path so every update of __gthread_active in a threaded program must
233 /* If this really is a threaded program, then we must ensure that
326 path so every update of __gthread_active in a threaded program must
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
gthr-default.h 227 path so every update of __gthread_active in a threaded program must
233 /* If this really is a threaded program, then we must ensure that
326 path so every update of __gthread_active in a threaded program must
gthr-posix.h 227 path so every update of __gthread_active in a threaded program must
233 /* If this really is a threaded program, then we must ensure that
326 path so every update of __gthread_active in a threaded program must
  /external/chromium_org/ui/compositor/
layer_unittest.cc     [all...]
  /external/valgrind/main/none/tests/
Makefile.in 97 syslog$(EXEEXT) system$(EXEEXT) threaded-fork$(EXEEXT) \
349 threaded_fork_SOURCES = threaded-fork.c
350 threaded_fork_OBJECTS = threaded-fork.$(OBJEXT)
407 system.c thread-exits.c threaded-fork.c threadederrno.c \
426 system.c thread-exits.c threaded-fork.c threadederrno.c \
    [all...]
  /external/valgrind/main/helgrind/docs/
hg-manual.xml 275 synchronisation to ensure single-threaded access. Such missing
277 are race-free is one of the central difficulties of threaded
401 <para>Most programmers think about threaded programming in terms of
520 required property for a reliable threaded program, which is why
725 existing threaded program at it and try to make sense of any reported
726 errors. It will be more effective if you design threaded programs
    [all...]
  /external/valgrind/main/drd/tests/
Makefile.in 76 threaded-fork$(EXEEXT) trylock$(EXEEXT) unit_bitmap$(EXEEXT) \
362 threaded_fork_SOURCES = threaded-fork.c
363 threaded_fork_OBJECTS = threaded-fork.$(OBJEXT)
417 sigalrm.c $(std_thread_SOURCES) thread_name.c threaded-fork.c \
437 sigalrm.c $(std_thread_SOURCES) thread_name.c threaded-fork.c \
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
annotate.info 56 * Multi-threaded Apps:: An annotation that reports multi-threadedness.
648 File: annotate.info, Node: Source Annotations, Next: Multi-threaded Apps, Prev: Annotations for Running, Up: Top
669 File: annotate.info, Node: Multi-threaded Apps, Next: GNU Free Documentation License, Prev: Source Annotations, Up: Top
671 14 Multi-threaded Applications
687 File: annotate.info, Node: GNU Free Documentation License, Prev: Multi-threaded Apps, Up: Top
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
annotate.info 56 * Multi-threaded Apps:: An annotation that reports multi-threadedness.
648 File: annotate.info, Node: Source Annotations, Next: Multi-threaded Apps, Prev: Annotations for Running, Up: Top
669 File: annotate.info, Node: Multi-threaded Apps, Next: GNU Free Documentation License, Prev: Source Annotations, Up: Top
671 14 Multi-threaded Applications
687 File: annotate.info, Node: GNU Free Documentation License, Prev: Multi-threaded Apps, Up: Top
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
annotate.info 56 * Multi-threaded Apps:: An annotation that reports multi-threadedness.
648 File: annotate.info, Node: Source Annotations, Next: Multi-threaded Apps, Prev: Annotations for Running, Up: Top
669 File: annotate.info, Node: Multi-threaded Apps, Next: GNU Free Documentation License, Prev: Source Annotations, Up: Top
671 14 Multi-threaded Applications
687 File: annotate.info, Node: GNU Free Documentation License, Prev: Multi-threaded Apps, Up: Top
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
annotate.info 56 * Multi-threaded Apps:: An annotation that reports multi-threadedness.
648 File: annotate.info, Node: Source Annotations, Next: Multi-threaded Apps, Prev: Annotations for Running, Up: Top
669 File: annotate.info, Node: Multi-threaded Apps, Next: GNU Free Documentation License, Prev: Source Annotations, Up: Top
671 14 Multi-threaded Applications
687 File: annotate.info, Node: GNU Free Documentation License, Prev: Multi-threaded Apps, Up: Top
    [all...]
  /external/chromium/base/synchronization/
condition_variable_unittest.cc 5 // Multi-threaded tests of ConditionVariable class.
49 // Define a class that will control activities an several multi-threaded tests.
50 // The general structure of multi-threaded tests is that a test case will
  /external/chromium_org/base/synchronization/
condition_variable_unittest.cc 5 // Multi-threaded tests of ConditionVariable class.
51 // Define a class that will control activities an several multi-threaded tests.
52 // The general structure of multi-threaded tests is that a test case will
  /external/chromium_org/third_party/libwebp/dec/
frame.c 358 // For multi-threaded decoding we need to use 3 rows of 16 pixels as delay line.
375 // Note that multi-threaded output _without_ deblocking can make use of two
382 #define ST_CACHE_LINES 1 // 1 cache row only for single-threaded case
  /external/clang/test/Sema/
warn-documentation.cpp 988 /// @brief A C++ wrapper class for providing threaded access to a value
1001 /// @brief A C++ wrapper class for providing threaded access to a value
1012 /// @brief A C++ wrapper class for providing threaded access to a value
  /external/grub/netboot/
via-rhine.c 587 The driver runs as two independent, single-threaded flows of control. One
588 is the send-packet routine, which enforces single-threaded use by the
590 threaded by the hardware and interrupt handling software.
  /external/webp/src/dec/
frame.c 358 // For multi-threaded decoding we need to use 3 rows of 16 pixels as delay line.
375 // Note that multi-threaded output _without_ deblocking can make use of two
382 #define ST_CACHE_LINES 1 // 1 cache row only for single-threaded case
  /bionic/libc/upstream-netbsd/libc/isc/
ev_streams.c 161 * The streams list is doubly threaded. First, there's ctx->streams
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 104 * This is the interface for the standard glue code of a threaded

Completed in 3721 milliseconds

<<11121314151617181920>>