HomeSort by relevance Sort by last modified time
    Searched full:threaded (Results 1 - 25 of 601) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/
threaded-fork.vgtest 1 prog: threaded-fork
  /external/valgrind/main/drd/tests/
threaded-fork.vgtest 2 prog: threaded-fork
  /external/valgrind/main/exp-bbv/tests/
filter_bb 10 # multi-threaded benchmark
  /external/expat/win32/
README.txt 38 single threaded or multithreaded run-time library,
39 or using the multi-threaded run-time Dll. That is,
46 with the multi-threaded run-time library.
60 Multi-threaded: libexpat(w)MT.lib
61 Multi-threaded Dll: libexpat(w)MD.lib
66 single-threaded runtime library is not supported anymore.
  /external/chromium/net/tools/fetch/
http_server.h 13 // Implements a simple, single-threaded HttpServer.
  /external/llvm/include/llvm/Support/
RWMutex.h 96 // Single-threaded debugging code. This would be racy in multithreaded
97 // mode, but provides not sanity checks in single threaded mode.
106 // Single-threaded debugging code. This would be racy in multithreaded
107 // mode, but provides not sanity checks in single threaded mode.
117 // Single-threaded debugging code. This would be racy in multithreaded
118 // mode, but provides not sanity checks in single threaded mode.
128 // Single-threaded debugging code. This would be racy in multithreaded
129 // mode, but provides not sanity checks in single threaded mode.
Mutex.h 99 // Single-threaded debugging code. This would be racy in
101 // threaded mode.
112 // Single-threaded debugging code. This would be racy in
114 // threaded mode.
  /external/icu4c/test/threadtest/
threadtest.h 25 // The constructor will be called in a single-threaded environment,
30 // the test in the full multi-threaded environment.
32 // check() will be called periodically in a single threaded
  /system/core/include/cutils/
logprint.h 72 * Assumes single threaded execution
86 * Assumes single threaded execution
142 * Assumes single threaded execution
  /external/libvpx/vp8/decoder/
reconintra_mt.h 15 /* reconintra functions used in multi-threaded decoder */
  /external/qemu/distrib/sdl-1.2.12/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/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/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/expat/bcb5/
README.txt 26 "mt" (multi-threaded) and "d" (dynamic RTL).
66 The libexpat libraries are all built to link with the multi-threaded dynamic RTL's.
68 To create single-threaded libs, do the following:
74 2. The single threaded RTL must be called. change the RTL in the ALLLIB tag or
  /external/guava/guava-gwt/src-super/com/google/common/escape/super/com/google/common/escape/
Platform.java 29 // javascript is single-threaded, and only used by blocks that doesn't
  /external/qemu/
qemu-lock.h 33 * is single-threaded. This means that these functions should only
  /frameworks/ex/variablespeed/jni/
no_synchronization.h 24 // currently being used in a single-threaded manner, driven from the main
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XlibConf.h 37 /* Use multi-threaded libc functions? */

Completed in 1129 milliseconds

1 2 3 4 5 6 7 8 91011>>