Home
last modified time | relevance | path

Searched refs:threadsafe (Results 1 – 25 of 49) sorted by relevance

12

/external/protobuf/objectivec/google/protobuf/
DWrappers.pbobjc.m42 // This method is threadsafe because it is initially called
85 // This method is threadsafe because it is initially called
128 // This method is threadsafe because it is initially called
171 // This method is threadsafe because it is initially called
214 // This method is threadsafe because it is initially called
257 // This method is threadsafe because it is initially called
299 // This method is threadsafe because it is initially called
342 // This method is threadsafe because it is initially called
385 // This method is threadsafe because it is initially called
DStruct.pbobjc.m74 // This method is threadsafe because it is initially called
127 // This method is threadsafe because it is initially called
238 // This method is threadsafe because it is initially called
DType.pbobjc.m101 // This method is threadsafe because it is initially called
218 // This method is threadsafe because it is initially called
491 // This method is threadsafe because it is initially called
586 // This method is threadsafe because it is initially called
649 // This method is threadsafe because it is initially called
DApi.pbobjc.m69 // This method is threadsafe because it is initially called
188 // This method is threadsafe because it is initially called
304 // This method is threadsafe because it is initially called
DEmpty.pbobjc.m40 // This method is threadsafe because it is initially called
DSourceContext.pbobjc.m42 // This method is threadsafe because it is initially called
DFieldMask.pbobjc.m42 // This method is threadsafe because it is initially called
DDuration.pbobjc.m44 // This method is threadsafe because it is initially called
DTimestamp.pbobjc.m44 // This method is threadsafe because it is initially called
DAny.pbobjc.m44 // This method is threadsafe because it is initially called
/external/toolchain-utils/android_bench_suite/
DSkia_flags_aosp.diff16 "-fno-threadsafe-statics",
28 "-fno-threadsafe-statics",
/external/perfetto/ui/
Ddeploy82 threadsafe: yes
/external/python/cpython2/Doc/library/
Dtk.rst22 classes. In addition, the internal module :mod:`_tkinter` provides a threadsafe
Drandom.rst26 both fast and threadsafe. The Mersenne Twister is one of the most extensively
294 below. Because this class is implemented in pure Python, it is not threadsafe
/external/python/cpython3/Doc/library/
Dtk.rst22 classes. In addition, the internal module :mod:`_tkinter` provides a threadsafe
Dasyncio-dev.rst53 * Many non-threadsafe asyncio APIs (such as :meth:`loop.call_soon` and
/external/sfntly/
DAndroid.bp118 "-fno-threadsafe-statics",
/external/harfbuzz_ng/
Dconfigure.ac98 # No threadsafe statics in C++ as we do it ourselves.
103 CXXFLAGS="-fno-rtti $CXXFLAGS -fno-exceptions -fno-threadsafe-statics"
DCMakeLists.txt570 # No threadsafe statics as we do it ourselves
571 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-threadsafe-statics")
/external/libevent/
Dwhatsnew-2.0.txt81 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.
DChangeLog-2.020 o core: Make event_pending() threadsafe. (be7a95c Simon Liu)
464 o Make evdns_getaddrinfo_cancel threadsafe (d51b2fc)
526 o Add a LEV_OPT_THREADSAFE option for threadsafe evconnlisteners (127d4f2)
534 O Make default signal backend fully threadsafe (95a7d41)
770 o Make evdns logging threadsafe (b1c7950)
1184 o Patch from Tani Hosokawa: make some functions in http.c threadsafe.
1198 o Make name_from_addr() threadsafe in http.c
1200 o Make all event_tagging interfaces threadsafe.
1202 …_assign, event_new, event_free) for use by apps that want to be safely threadsafe, or want to rema…
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp1923 bool threadsafe = getContext().getLangOpts().ThreadsafeStatics && in EmitGuardedInit() local
1929 bool useInt8GuardVariable = !threadsafe && var->hasInternalLinkage(); in EmitGuardedInit()
2020 if (threadsafe) in EmitGuardedInit()
2058 if (threadsafe) { in EmitGuardedInit()
2077 if (threadsafe) { in EmitGuardedInit()
/external/google-breakpad/src/build/
Dcommon.gypi574 '-fno-threadsafe-statics',
851 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
/external/googletest/googletest/docs/
Dadvanced.md834 * If the variable's value is `"threadsafe"`, the child process re-executes
840 consideration to be run - much like the `threadsafe` mode on POSIX.
879 The "threadsafe" death test style was introduced in order to help mitigate the
887 testing::FLAGS_gtest_death_test_style="threadsafe"
902 ::testing::FLAGS_gtest_death_test_style = "threadsafe";
903 // This test is run in the "threadsafe" style:
936 Despite the improved thread safety afforded by the "threadsafe" style of death
/external/python/cpython2/Misc/NEWS.d/
D2.7.10rc1.rst524 fnmatch functions that use caching are now threadsafe.

12