| /third_party/boost/boost/lockfree/detail/ |
| D | freelist.hpp | 72 template <bool ThreadSafe> 78 deallocate<ThreadSafe>(node); in reserve() 82 template <bool ThreadSafe, bool Bounded> 85 T * node = allocate<ThreadSafe, Bounded>(); in construct() 91 template <bool ThreadSafe, bool Bounded, typename ArgumentType> 94 T * node = allocate<ThreadSafe, Bounded>(); in construct() 100 template <bool ThreadSafe, bool Bounded, typename ArgumentType1, typename ArgumentType2> 103 T * node = allocate<ThreadSafe, Bounded>(); in construct() 109 template <bool ThreadSafe> 114 deallocate<ThreadSafe>(n); in destruct() [all …]
|
| /third_party/boost/libs/lockfree/test/ |
| D | freelist_test.cpp | 53 bool threadsafe, 66 dummy * allocated = fl.template construct<threadsafe, bounded>(); in run_test() 72 fl.template destruct<threadsafe>(d); in run_test() 76 nodes.insert(fl.template construct<threadsafe, bounded>()); in run_test() 79 fl.template destruct<threadsafe>(d); in run_test() 82 nodes.insert(fl.template construct<threadsafe, bounded>()); in run_test() 102 template <typename freelist_type, bool threadsafe> 109 fl.template construct<threadsafe, bounded>(); in oom_test() 111 dummy * allocated = fl.template construct<threadsafe, bounded>(); in oom_test()
|
| /third_party/mesa3d/src/mapi/ |
| D | u_current.c | 91 * of that, \c ThreadSafe, which can only ever be changed to \c GL_TRUE, is 116 static int ThreadSafe; variable 157 if (ThreadSafe) in u_current_init() 168 ThreadSafe = 1; in u_current_init() 200 u_current_context = (ThreadSafe) ? NULL : (void *) ptr; in u_current_set_context() 215 if (ThreadSafe) in u_current_get_context_internal() 243 u_current_table = (ThreadSafe) ? NULL : (void *) tbl; in u_current_set_table() 256 if (ThreadSafe) in u_current_get_table_internal()
|
| /third_party/protobuf/objectivec/ |
| D | GPBWrappers.pbobjc.m | 61 // This method is threadsafe because it is initially called 106 // This method is threadsafe because it is initially called 151 // This method is threadsafe because it is initially called 196 // This method is threadsafe because it is initially called 241 // This method is threadsafe because it is initially called 286 // This method is threadsafe because it is initially called 330 // This method is threadsafe because it is initially called 375 // This method is threadsafe because it is initially called 420 // This method is threadsafe because it is initially called
|
| D | GPBStruct.pbobjc.m | 106 // This method is threadsafe because it is initially called 161 // This method is threadsafe because it is initially called 274 // This method is threadsafe because it is initially called
|
| D | GPBType.pbobjc.m | 123 // This method is threadsafe because it is initially called 242 // This method is threadsafe because it is initially called 519 // This method is threadsafe because it is initially called 616 // This method is threadsafe because it is initially called 681 // This method is threadsafe because it is initially called
|
| D | GPBApi.pbobjc.m | 87 // This method is threadsafe because it is initially called 208 // This method is threadsafe because it is initially called 326 // This method is threadsafe because it is initially called
|
| /third_party/libphonenumber/migrator/migrator-servlet/src/main/webapp/WEB-INF/ |
| D | appengine-web.xml | 4 <threadsafe>true</threadsafe>
|
| /third_party/libphonenumber/java/demo/war/WEB-INF/ |
| D | appengine-web.xml | 6 <threadsafe>true</threadsafe>
|
| /third_party/gstreamer/gstreamer/docs/random/company/ |
| D | gstdata | 129 GstData provides threadsafe refcounting. If you create a new object - either by copying or explicit… 136 Manipulating data inside an object is not threadsafe unless otherwise noted. 139 NB: Object creation and refcounting are threadsafe - or must be implemented that way. 171 Memory is allocated via a special memchunk implementation, that is threadsafe. The default implemen…
|
| /third_party/mindspore/mindspore/ccsrc/fl/server/ |
| D | local_meta_store.h | 31 // LocalMetaStore is threadsafe. 81 // This mutex makes sure that the operations on key_to_meta_ is threadsafe.
|
| D | executor.h | 126 // The mutex ensures that the operation on whole model is threadsafe. 130 …// Because ParameterAggregator is not threadsafe, we have to create mutex for each ParameterAggreg…
|
| /third_party/littlefs/.github/workflows/ |
| D | release.yml | 104 [ -e results/code-thumb-threadsafe.csv ] && ( \ 106 select(.context == "results / code (threadsafe)").description 109 ./scripts/code.py -u results/code-thumb-threadsafe.csv -s | awk ' 110 NR==2 {printf "Code size<br/>(threadsafe),%d B",$2}
|
| /third_party/boost/libs/math/doc/differentiation/ |
| D | lanczos_smoothing.qbk | 121 std::vector<double> dv1dt = lanczos(v1); // threadsafe 122 std::vector<double> dv2dt = lanczos(v2); // threadsafe 124 lanczos.reset_spacing(0.02); // not threadsafe
|
| /third_party/libwebsockets/include/libwebsockets/ |
| D | lws-smd.h | 110 * This is threadsafe to call from a non-service thread. 134 * This is threadsafe to call from a non-service thread. 206 * This is threadsafe to call from a non-service thread.
|
| /third_party/flutter/skia/src/core/ |
| D | SkMessageBus.h | 30 // SkShouldPostMessageToBus() for each inbox. Threadsafe. 40 // Overwrite out with all the messages we've received since the last call. Threadsafe.
|
| /third_party/grpc/tools/gcp/github_stats_tracking/ |
| D | app.yaml | 3 threadsafe: true
|
| /third_party/glib/gobject/ |
| D | gobjectnotifyqueue.c | 183 /* NB: This function is not threadsafe, do not ever use it if 184 * you need a threadsafe notify queue.
|
| /third_party/boost/boost/thread/ |
| D | latch.hpp | 29 /// @ThreadSafe ensured by the @c lk parameter 45 /// @ThreadSafe ensured by the @c lk parameter
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | IntrusiveRefCntPtr.h | 13 // reference count. (ThreadSafe)RefCountedBase is a mixin class that adds a 15 // that inherits from (ThreadSafe)RefCountedBase deletes itself when its 49 // - inherits from (ThreadSafe)RefCountedBase,
|
| /third_party/libwebsockets/lib/system/smd/ |
| D | README.md | 41 Registering as a participant and sending messages are threadsafe APIs. 69 indicates they want it, including the sender. The send apis are threadsafe. 105 between teams. To simplify issuing JSON, a threadsafe api to create and send
|
| /third_party/skia/src/core/ |
| D | SkMessageBus.h | 42 // SkShouldPostMessageToBus() for each inbox. Threadsafe. 52 // Overwrite out with all the messages we've received since the last call. Threadsafe.
|
| /third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/ |
| D | README.md | 6 via a local ringbuffer. Locking is provided to make ringbuffer access threadsafe.
|
| /third_party/boost/libs/spirit/classic/test/ |
| D | threads_disabled_compile.cpp | 11 // requested threadsafe support with BOOST_SPIRIT_THREADSAFE defined.
|
| /third_party/googletest/googletest/test/ |
| D | googletest-death-test-test.cc | 444 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F() 453 // Repeats a representative sample of death tests in the "threadsafe" style: 456 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F() 461 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F() 467 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F() 474 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F() 484 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F() 500 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST_F() 1371 testing::GTEST_FLAG(death_test_style) = "threadsafe"; in TEST()
|