Home
last modified time | relevance | path

Searched full:threadsafe (Results 1 – 25 of 267) sorted by relevance

1234567891011

/third_party/boost/boost/lockfree/detail/
Dfreelist.hpp72 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/
Dfreelist_test.cpp53 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/
Du_current.c91 * 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/
DGPBWrappers.pbobjc.m61 // 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
DGPBStruct.pbobjc.m106 // 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
DGPBType.pbobjc.m123 // 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
DGPBApi.pbobjc.m87 // 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/
Dappengine-web.xml4 <threadsafe>true</threadsafe>
/third_party/libphonenumber/java/demo/war/WEB-INF/
Dappengine-web.xml6 <threadsafe>true</threadsafe>
/third_party/gstreamer/gstreamer/docs/random/company/
Dgstdata129 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/
Dlocal_meta_store.h31 // LocalMetaStore is threadsafe.
81 // This mutex makes sure that the operations on key_to_meta_ is threadsafe.
Dexecutor.h126 // 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/
Drelease.yml104 [ -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/
Dlanczos_smoothing.qbk121 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/
Dlws-smd.h110 * 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/
DSkMessageBus.h30 // 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/
Dapp.yaml3 threadsafe: true
/third_party/glib/gobject/
Dgobjectnotifyqueue.c183 /* NB: This function is not threadsafe, do not ever use it if
184 * you need a threadsafe notify queue.
/third_party/boost/boost/thread/
Dlatch.hpp29 /// @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/
DIntrusiveRefCntPtr.h13 // 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/
DREADME.md41 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/
DSkMessageBus.h42 // 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/
DREADME.md6 via a local ringbuffer. Locking is provided to make ringbuffer access threadsafe.
/third_party/boost/libs/spirit/classic/test/
Dthreads_disabled_compile.cpp11 // requested threadsafe support with BOOST_SPIRIT_THREADSAFE defined.
/third_party/googletest/googletest/test/
Dgoogletest-death-test-test.cc444 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()

1234567891011