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

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
concurrence.h 41 // _S_single single-threaded code that doesn't need to be locked.
42 // _S_mutex multi-threaded code that requires additional support
44 // _S_atomic multi-threaded code using atomic operations.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
pulseaudio.h 86 * By using the built-in threaded main loop, it is possible to acheive a
94 * heavily threaded environment. They are however designed to be reentrant
97 * To use a the libraries in a threaded environment, you must assure that
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
concurrence.h 46 // _S_single single-threaded code that doesn't need to be locked.
47 // _S_mutex multi-threaded code that requires additional support
49 // _S_atomic multi-threaded code using atomic operations.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
pulseaudio.h 86 * By using the built-in threaded main loop, it is possible to acheive a
94 * heavily threaded environment. They are however designed to be reentrant
97 * To use a the libraries in a threaded environment, you must assure that
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
pulseaudio.h 86 * By using the built-in threaded main loop, it is possible to acheive a
94 * heavily threaded environment. They are however designed to be reentrant
97 * To use a the libraries in a threaded environment, you must assure that
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
concurrence.h 46 // _S_single single-threaded code that doesn't need to be locked.
47 // _S_mutex multi-threaded code that requires additional support
49 // _S_atomic multi-threaded code using atomic operations.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
concurrence.h 41 // _S_single single-threaded code that doesn't need to be locked.
42 // _S_mutex multi-threaded code that requires additional support
44 // _S_atomic multi-threaded code using atomic operations.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
concurrence.h 41 // _S_single single-threaded code that doesn't need to be locked.
42 // _S_mutex multi-threaded code that requires additional support
44 // _S_atomic multi-threaded code using atomic operations.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
concurrence.h 41 // _S_single single-threaded code that doesn't need to be locked.
42 // _S_mutex multi-threaded code that requires additional support
44 // _S_atomic multi-threaded code using atomic operations.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
concurrence.h 41 // _S_single single-threaded code that doesn't need to be locked.
42 // _S_mutex multi-threaded code that requires additional support
44 // _S_atomic multi-threaded code using atomic operations.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
concurrence.h 46 // _S_single single-threaded code that doesn't need to be locked.
47 // _S_mutex multi-threaded code that requires additional support
49 // _S_atomic multi-threaded code using atomic operations.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
concurrence.h 46 // _S_single single-threaded code that doesn't need to be locked.
47 // _S_mutex multi-threaded code that requires additional support
49 // _S_atomic multi-threaded code using atomic operations.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
concurrence.h 46 // _S_single single-threaded code that doesn't need to be locked.
47 // _S_mutex multi-threaded code that requires additional support
49 // _S_atomic multi-threaded code using atomic operations.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
concurrence.h 46 // _S_single single-threaded code that doesn't need to be locked.
47 // _S_mutex multi-threaded code that requires additional support
49 // _S_atomic multi-threaded code using atomic operations.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
concurrence.h 45 // _S_single single-threaded code that doesn't need to be locked.
46 // _S_mutex multi-threaded code that requires additional support
48 // _S_atomic multi-threaded code using atomic operations.
  /bionic/libc/netbsd/net/
reentrant.h 43 * be used by non-threaded applications without unreasonable overhead.
45 * 2. There should be no dependency on a thread engine for non-threaded
63 * threaded applications.
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_current.c 74 * pointer and the current dispatch table pointer. In the non-threaded case,
78 * In the "normal" threaded case, the variables \c _glapi_Dispatch and
80 * multithreaded. Single-threaded applications will use \c _glapi_Dispatch
  /external/llvm/test/Transforms/JumpThreading/
select.ll 98 ; CHECK-NEXT: br i1 %cond, label %L0, label %[[THREADED:[A-Za-z.0-9]+]]
99 ; CHECK: [[THREADED]]:
131 ; CHECK: [[THREADED:[A-Za-z.0-9]+]]:
  /external/mesa3d/src/mapi/mapi/
u_current.c 74 * pointer and the current dispatch table pointer. In the non-threaded case,
78 * In the "normal" threaded case, the variables \c _glapi_Dispatch and
80 * multithreaded. Single-threaded applications will use \c _glapi_Dispatch
  /external/qemu/distrib/sdl-1.2.15/docs/html/
thread.html 4 >Multi-threaded Programming</TITLE
81 >Chapter 12. Multi-threaded Programming</H1
208 when writing multi-threaded programs. Some good guidelines include:
  /bionic/libc/stdlib/
exit.c 42 * thread-safe, but without a (significant) penalty to non-threaded
  /external/chromium_org/base/android/
activity_status_unittest.cc 36 // Shared state for the multi-threaded test.
  /external/chromium_org/cc/layers/
video_frame_provider.h 16 // Threading notes: This class may be used in a multi threaded manner.
  /external/chromium_org/chrome/browser/component_updater/
background_downloader_win.h 23 // a single threaded apartment.
  /external/chromium_org/content/browser/dom_storage/
dom_storage_host.h 28 // This class is single threaded, and performs blocking file reads/writes,

Completed in 1702 milliseconds

1 2 3 45 6 7 8 91011>>