Searched refs:threadsafe (Results 1 – 25 of 29) sorted by relevance
12
/external/skia/tools/ |
D | tsan.supp | 15 # Not threadsafe, should be fixed.
|
/external/sfntly/ |
D | Android.mk | 142 -fno-threadsafe-statics \ 222 -fno-threadsafe-statics \
|
/external/libchrome/base/mac/ |
D | bundle_locations.mm | 14 // NSBundle isn't threadsafe, all functions in this file must be called on the
|
/external/skia/gyp/ |
D | common_conditions.gypi | 236 '-fno-threadsafe-statics', 539 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics 596 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
|
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/ |
D | quickstart.rst | 42 threadsafe: true
|
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/ |
D | staticfiles.rst | 27 threadsafe: true
|
D | usingwebapp2.rst | 60 threadsafe: true
|
D | helloworld.rst | 46 threadsafe: true
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_context.h | 40 template<bool threadsafe> 41 struct GalliumD3D10Device : public GalliumD3D10ScreenImpl<threadsafe> 126 #define SYNCHRONIZED lock_t<maybe_mutex_t<threadsafe> > lock_(this->mutex) 129 …: GalliumD3D10ScreenImpl<threadsafe>(screen, pipe, owns_pipe, creation_flags, adapter), pipe(pipe)… in GalliumD3D10Device()
|
D | d3d11_screen.h | 92 template<bool threadsafe> 99 maybe_mutex_t<threadsafe> mutex; 104 #define SYNCHRONIZED lock_t<maybe_mutex_t<threadsafe> > lock_(mutex)
|
/external/libevent/ |
D | whatsnew-2.0.txt | 81 non-threadsafe code, or forced code built against one version of Libevent 95 prevent errors in your applications, and to be more threadsafe. 241 To make an evbuffer or a bufferevent object threadsafe, call its 244 The HTTP api is not currently threadsafe.
|
D | ChangeLog | 84 o core: Make event_pending() threadsafe. (be7a95c Simon Liu) 528 o Make evdns_getaddrinfo_cancel threadsafe (d51b2fc) 590 o Add a LEV_OPT_THREADSAFE option for threadsafe evconnlisteners (127d4f2) 598 O Make default signal backend fully threadsafe (95a7d41) 834 o Make evdns logging threadsafe (b1c7950) 1248 o Patch from Tani Hosokawa: make some functions in http.c threadsafe. 1262 o Make name_from_addr() threadsafe in http.c 1264 o Make all event_tagging interfaces threadsafe. 1266 …_assign, event_new, event_free) for use by apps that want to be safely threadsafe, or want to rema…
|
/external/skia/bench/ |
D | Android.mk | 21 -fno-threadsafe-statics
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
D | d3d1xstutil.h | 675 template<bool threadsafe>
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 1918 bool threadsafe = getContext().getLangOpts().ThreadsafeStatics && in EmitGuardedInit() local 1923 bool useInt8GuardVariable = !threadsafe && var->hasInternalLinkage(); in EmitGuardedInit() 2010 if (threadsafe) in EmitGuardedInit() 2048 if (threadsafe) { in EmitGuardedInit() 2067 if (threadsafe) { in EmitGuardedInit()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/ |
D | CHANGELOG.md | 125 * The oauth2client App Engine decorators are now threadsafe.
|
/external/google-breakpad/src/build/ |
D | common.gypi | 574 '-fno-threadsafe-statics', 851 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
|
/external/skia/dm/ |
D | Android.mk | 21 -fno-threadsafe-statics
|
/external/c-ares/ |
D | ares_config.h.in | 102 /* Define to 1 if the getaddrinfo function is threadsafe. */
|
/external/skia/ |
D | Android.mk | 67 -fno-threadsafe-statics
|
/external/v8/build/ |
D | standalone.gypi | 948 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
|
/external/curl/m4/ |
D | curl-functions.m4 | 2014 dnl to find out if getaddrinfo happens to be threadsafe, 2149 AC_MSG_CHECKING([if getaddrinfo is threadsafe]) 2255 [Define to 1 if the getaddrinfo function is threadsafe.])
|
/external/llvm/docs/ |
D | GarbageCollection.rst | 458 /// Since there is only a global list, this technique is not threadsafe.
|
/external/dbus/ |
D | configure.ac | 1382 # Solaris' C library apparently needs these runes to be threadsafe...
|
/external/testng/ |
D | CHANGES.txt | 453 Fixed: TESTNG-404: threaded tests fail due to use of non-threadsafe collections (Marcus Better)
|
12