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

1 2 3 4 5 6 7 8 91011>>

  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
SmartPtr.h 22 template <class T, bool threadSafe = false>
27 if (threadSafe) {
40 SmartPtr<T,threadSafe>(const SmartPtr<T,false>& rhs) {
41 if (threadSafe) {
52 SmartPtr<T,threadSafe>(SmartPtr<T,true>& rhs) {
53 if (threadSafe) {
99 SmartPtr<T,threadSafe>& operator=(const SmartPtr<T,false>& rhs)
114 SmartPtr<T,threadSafe>& operator=(SmartPtr<T,true>& rhs)
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
SmartPtr.h 22 template <class T, bool threadSafe = false>
27 if (threadSafe) {
40 SmartPtr<T,threadSafe>(const SmartPtr<T,false>& rhs) {
41 if (threadSafe) {
52 SmartPtr<T,threadSafe>(SmartPtr<T,true>& rhs) {
53 if (threadSafe) {
103 SmartPtr<T,threadSafe>& operator=(const SmartPtr<T,false>& rhs)
118 SmartPtr<T,threadSafe>& operator=(SmartPtr<T,true>& rhs)
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
ThreadSafe.java 10 * ThreadSafe
21 public @interface ThreadSafe {
NotThreadSafe.java 24 * @see ThreadSafe
  /external/jsr305/javadoc/javax/annotation/concurrent/
package-frame.html 32 <A HREF="ThreadSafe.html" title="annotation in javax.annotation.concurrent" target="classFrame">ThreadSafe</A></FONT></TD>
ThreadSafe.html 7 ThreadSafe
10 <META NAME="keywords" CONTENT="javax.annotation.concurrent.ThreadSafe class">
17 parent.document.title="ThreadSafe";
57 <A HREF="../../../index.html?javax/annotation/concurrent/ThreadSafe.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="ThreadSafe.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
89 Annotation Type ThreadSafe</H2>
95 </FONT>public @interface <B>ThreadSafe</B></DL>
99 ThreadSafe
146 <A HREF="../../../index.html?javax/annotation/concurrent/ThreadSafe.html" target="_top"><B>FRAMES</B></A> &nbsp;
147 &nbsp;<A HREF="ThreadSafe.html" target="_top"><B>NO FRAMES</B></A> &nbsp
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequestContext.h 36 // This class is generally not threadsafe.
45 // These methods are threadsafe.
WebCache.h 38 // This class is not generally threadsafe. However, get() and cleanup() are
39 // threadsafe.
  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
AwaitableCompletionListener.java 26 import javax.annotation.concurrent.ThreadSafe;
31 @ThreadSafe
AwaitableErrorListener.java 26 import javax.annotation.concurrent.ThreadSafe;
29 @ThreadSafe
  /external/chromium/chrome/browser/
character_encoding.h 39 // THIS FUNCTION IS NOT THREADSAFE. You must run this function
44 // ID. THIS FUNCTION IS NOT THREADSAFE. You must run this function
53 // IS NOT THREADSAFE. You must run this function only in UI thread.
58 // THIS FUNCTION IS NOT THREADSAFE. You must run this function
67 // FUNCTION IS NOT THREADSAFE. You must run this function only in UI thread.
81 // is from user recently selected. THIS FUNCTION IS NOT THREADSAFE. You must
  /external/easymock/src/org/easymock/
IMocksControl.java 83 * @param threadSafe If the mock should be thread safe or not
85 void makeThreadSafe(boolean threadSafe);
  /external/chromium/net/proxy/
polling_proxy_config_service.h 30 // Implementors must be threadsafe as the function will be invoked from
  /external/chromium/third_party/libjingle/overrides/talk/xmllite/
qname.h 12 // Default libjingle's implementation of QName class is not threadsafe. This
  /external/clang/test/CodeGenCXX/
threadsafe-statics.cpp 2 // RUN: %clang_cc1 -emit-llvm -triple=x86_64-apple-darwin10 -o - %s -fno-threadsafe-statics | FileCheck -check-prefix=NO-TSS %s
static-data-member.cpp 45 // Test that we don't use threadsafe statics when initializing
  /external/easymock/src/org/easymock/internal/
IMocksControlState.java 48 void makeThreadSafe(boolean threadSafe);
  /frameworks/base/libs/rs/
rsFifo.h 29 // will not require locking. It is not threadsafe for multiple
rsLocklessFifo.h 30 // will not require locking. It is not threadsafe for multiple
  /external/chromium/base/third_party/dmg_fp/
dtoa_wrapper.cc 6 // to make third_party/dmg_fp/dtoa.cc threadsafe.
  /external/webkit/Source/WebCore/platform/graphics/android/
SharedBufferStream.cpp 48 // threadsafe. Therefore we defer it until it can be executed in the
  /external/webkit/Tools/DumpRenderTree/
JavaScriptThreading.h 35 and assure that our JS implementation remains threadsafe */
  /frameworks/base/core/java/android/webkit/
SslCertLookupTable.java 28 * This class is not threadsafe. It is used only on the WebCore thread. Also, it
  /external/webkit/Source/JavaScriptCore/wtf/
CrossThreadRefCounted.h 49 // Is this class threadsafe?
50 // While each instance of the class is not threadsafe, the copied instance is threadsafe
  /system/media/wilhelm/src/
entry.c 55 SLboolean threadSafe = SL_BOOLEAN_TRUE;
65 threadSafe = SL_BOOLEAN_FALSE != (SLboolean) option->data; // normalize
160 thiz->mEngineCapabilities.mThreadSafe = threadSafe;

Completed in 1221 milliseconds

1 2 3 4 5 6 7 8 91011>>