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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/browser/gpu/
compositor_util.h 13 // Returns true if the threaded compositor is on (via flags or field trial).
  /external/chromium_org/sandbox/linux/services/
thread_helpers.h 16 // Check whether the current process is single threaded. |proc_self_tasks|
  /external/chromium_org/sync/test/engine/
fake_model_worker.cc 15 // multi-threaded test; since ModelSafeWorkers are
  /external/chromium_org/tools/valgrind/gtest_exclude/
net_unittests.gtest-tsan_win32.txt 14 # Single-threaded and relatively slow - no reason to test
  /external/qemu/distrib/sdl-1.2.15/src/timer/riscos/
SDL_systimer.c 110 /* For threaded build only run background tasks in event thread */
132 /* Non-threaded version of timer */
182 /* Threaded version of timer - based on code for linux */
222 SDL_SetError("Internal logic error: RISC OS uses threaded timer");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
thread-mainloop.h 33 /** \page threaded_mainloop Threaded Main Loop
37 * The threaded main loop implementation is a special version of the primary
41 * The added feature in the threaded main loop is that it spawns a new thread
63 * a locking scheme must be used to guarantee safe usage. The threaded main
73 * on to the lock more than necessary though, as the threaded main loop stops
98 * using them together with a threaded main loop.
102 * there. This is the approach chosen in PulseAudio's threaded API.
141 * If your application is multi-threaded, then this waiting must be done
241 /** An opaque threaded main loop object */
244 /** Allocate a new threaded main loop object. You have to cal
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
thread-mainloop.h 33 /** \page threaded_mainloop Threaded Main Loop
37 * The threaded main loop implementation is a special version of the primary
41 * The added feature in the threaded main loop is that it spawns a new thread
63 * a locking scheme must be used to guarantee safe usage. The threaded main
73 * on to the lock more than necessary though, as the threaded main loop stops
98 * using them together with a threaded main loop.
102 * there. This is the approach chosen in PulseAudio's threaded API.
141 * If your application is multi-threaded, then this waiting must be done
241 /** An opaque threaded main loop object */
244 /** Allocate a new threaded main loop object. You have to cal
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
thread-mainloop.h 33 /** \page threaded_mainloop Threaded Main Loop
37 * The threaded main loop implementation is a special version of the primary
41 * The added feature in the threaded main loop is that it spawns a new thread
63 * a locking scheme must be used to guarantee safe usage. The threaded main
73 * on to the lock more than necessary though, as the threaded main loop stops
98 * using them together with a threaded main loop.
102 * there. This is the approach chosen in PulseAudio's threaded API.
141 * If your application is multi-threaded, then this waiting must be done
241 /** An opaque threaded main loop object */
244 /** Allocate a new threaded main loop object. You have to cal
    [all...]
  /dalvik/vm/mterp/portable/
stubdefs.cpp 29 * case/break, for a threaded implementation it's a goto label and an
32 * Assumes the existence of "const u2* pc" and (for threaded operation)
  /external/chromium/base/
spin_wait.h 8 // This code is very helpful in testing multi-threaded code, without depending
10 // those primitive multi-threaded constructs.
  /external/chromium_org/base/synchronization/
spin_wait.h 8 // This code is very helpful in testing multi-threaded code, without depending
10 // those primitive multi-threaded constructs.
  /external/chromium_org/chrome/browser/ui/
host_desktop.cc 22 // Once we've threaded creation context to wherever needed, we should remove
40 // Once we've threaded creation context to wherever needed, we should remove
  /external/chromium_org/tools/measure_page_load_time/ie_bho/
MeasurePageLoadTimeBHO.h 18 #error "Single-threaded COM objects are not properly supported on Windows CE platform, such as the Windows Mobile platforms that do not include full DCOM support. Define _CE_ALLOW_SINGLE_THREADED_OBJECTS_IN_MTA to force ATL to support creating single-thread COM objects and allow use of its single-threaded COM object implementations. The threading model in your rgs file was set to 'Free' as that is the only threading model supported in non DCOM Windows CE platforms."
  /external/chromium_org/ui/compositor/
compositor_observer.h 20 // composite. In the multi-threaded case, many commits may happen between
21 // two successive composites. In the single-threaded, a single commit
layer_animation_sequence.h 51 // sequences, and at least one of the sequences in this group has a threaded
106 // threaded animation.
115 // Called when a threaded animation is actually started.
169 // least one of the sequences in this group has a threaded first element.
173 // Also used to identify the owner of a particular threaded animation; any
174 // in-progress threaded animation owned by this sequence will have this
  /external/protobuf/
autogen.sh 28 # Temporary hack: Must change C runtime library to "multi-threaded DLL",
29 # otherwise it will be set to "multi-threaded static" when MSVC upgrades
  /external/elfutils/libasm/
asm_error.c 41 /* The error number. Used in non-threaded programs. */
43 static bool threaded; variable
60 if (threaded)
95 if (threaded)
141 if ((error == 0 || error == -1) && threaded)
196 threaded = true;
  /external/chromium_org/base/
sequence_checker_unittest.cc 199 // The default style "fast" does not support multi-threaded tests.
228 // The default style "fast" does not support multi-threaded tests.
257 // The default style "fast" does not support multi-threaded tests.
285 // The default style "fast" does not support multi-threaded tests.
319 // The default style "fast" does not support multi-threaded tests.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner_unittest.py 172 "virtual/threaded/dir/test.html",
173 "virtual/threaded/fast/foo/test.html",
207 [('virtual/threaded/dir', ['virtual/threaded/dir/test.html']),
208 ('virtual/threaded/fast/foo', ['virtual/threaded/fast/foo/test.html']),
226 [('virtual/threaded/dir', ['virtual/threaded/dir/test.html']),
227 ('virtual/threaded/fast/foo', ['virtual/threaded/fast/foo/test.html'])
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlcreatethread.html 13 TITLE="Multi-threaded Programming"
16 TITLE="Multi-threaded Programming"
203 >Multi-threaded Programming</TD
  /external/elfutils/libdw/
dwarf_error.c 68 /* The error number. Used in non-threaded programs. */
70 static bool threaded; variable
89 if (threaded)
158 if (threaded)
179 if ((error == 0 || error == -1) && threaded)
215 threaded = true;
  /external/elfutils/libdwfl/
dwfl_error.c 71 /* The error number. Used in non-threaded programs. */
73 static bool threaded; variable
92 if (threaded)
181 if (threaded)
203 if (threaded)
263 threaded = true;
  /external/chromium_org/chrome/tools/
webforms_aggregator_tests.py 46 """Verify the threaded crawler finds reg page from a file of URLs."""
50 msg='Threaded crawler could not find the reg page from the URLs file')
  /external/chromium_org/third_party/WebKit/PerformanceTests/
Skipped 45 # but is still useful for testing the threaded parser.
46 Parser/html-parser-threaded.html
  /bionic/libc/private/
thread_private.h 14 * described functions for operation in a non-threaded environment.

Completed in 274 milliseconds

12 3 4 5 6 7 8 91011>>