Searched refs:threadsafe (Results 1 – 25 of 49) sorted by relevance
12
/external/protobuf/objectivec/google/protobuf/ |
D | Wrappers.pbobjc.m | 42 // 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
|
D | Struct.pbobjc.m | 74 // 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
|
D | Type.pbobjc.m | 101 // 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
|
D | Api.pbobjc.m | 69 // 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
|
D | Empty.pbobjc.m | 40 // This method is threadsafe because it is initially called
|
D | SourceContext.pbobjc.m | 42 // This method is threadsafe because it is initially called
|
D | FieldMask.pbobjc.m | 42 // This method is threadsafe because it is initially called
|
D | Duration.pbobjc.m | 44 // This method is threadsafe because it is initially called
|
D | Timestamp.pbobjc.m | 44 // This method is threadsafe because it is initially called
|
D | Any.pbobjc.m | 44 // This method is threadsafe because it is initially called
|
/external/toolchain-utils/android_bench_suite/ |
D | Skia_flags_aosp.diff | 16 "-fno-threadsafe-statics", 28 "-fno-threadsafe-statics",
|
/external/perfetto/ui/ |
D | deploy | 82 threadsafe: yes
|
/external/python/cpython2/Doc/library/ |
D | tk.rst | 22 classes. In addition, the internal module :mod:`_tkinter` provides a threadsafe
|
D | random.rst | 26 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/ |
D | tk.rst | 22 classes. In addition, the internal module :mod:`_tkinter` provides a threadsafe
|
D | asyncio-dev.rst | 53 * Many non-threadsafe asyncio APIs (such as :meth:`loop.call_soon` and
|
/external/sfntly/ |
D | Android.bp | 118 "-fno-threadsafe-statics",
|
/external/harfbuzz_ng/ |
D | configure.ac | 98 # No threadsafe statics in C++ as we do it ourselves. 103 CXXFLAGS="-fno-rtti $CXXFLAGS -fno-exceptions -fno-threadsafe-statics"
|
D | CMakeLists.txt | 570 # No threadsafe statics as we do it ourselves 571 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-threadsafe-statics")
|
/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-2.0 | 20 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/ |
D | ItaniumCXXABI.cpp | 1923 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/ |
D | common.gypi | 574 '-fno-threadsafe-statics', 851 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
|
/external/googletest/googletest/docs/ |
D | advanced.md | 834 * 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/ |
D | 2.7.10rc1.rst | 524 fnmatch functions that use caching are now threadsafe.
|
12