Home
last modified time | relevance | path

Searched defs:exchange (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dinterlocked.hpp27 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE(dest, exchange, compare) _InterlockedCompareExcha… argument
41 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE(dest, exchange, compare) InterlockedCompareExchan… argument
49 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE_POINTER(dest, exchange, compare) ((void*)BOOST_AT… argument
50 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_POINTER(dest, exchange) ((void*)BOOST_ATOMIC_INTERLOCKED_… argument
70 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE(dest, exchange, compare) _InterlockedCompareExcha… argument
76 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE_POINTER(dest, exchange, compare) ((void*)BOOST_AT… argument
77 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_POINTER(dest, exchange) ((void*)BOOST_ATOMIC_INTERLOCKED_… argument
96 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE(dest, exchange, compare) _InterlockedCompareExcha… argument
121 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE64(dest, exchange, compare) _InterlockedCompareExc… argument
128 #define BOOST_ATOMIC_INTERLOCKED_COMPARE_EXCHANGE128(dest, exchange, compare) _InterlockedCompareEx… argument
[all …]
Dcore_arch_ops_msvc_x86.hpp159 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
230 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
283 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
405 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
458 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
740 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
789 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
Dcore_arch_ops_gcc_x86.hpp133 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
230 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
326 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
646 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
777 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
991 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
Dcore_arch_ops_msvc_arm.hpp197 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
362 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
527 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
692 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
Dcore_arch_ops_gcc_ppc.hpp136 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
367 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
698 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
1029 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
Dcore_arch_ops_gcc_aarch32.hpp102 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
364 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
626 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
894 …static BOOST_FORCEINLINE storage_type exchange(storage_type volatile& storage, storage_type v, mem… in exchange() function
/aosp_15_r20/external/rust/android-crates-io/crates/once_cell/src/
Drace.rs59 let exchange = in set() localVariable
100 let exchange = in get_or_try_init() localVariable
217 let exchange = in set() localVariable
258 let exchange = self.inner.compare_exchange( in get_or_try_init() localVariable
348 let exchange = self.inner.compare_exchange( in set() localVariable
394 let exchange = self.inner.compare_exchange( in get_or_try_init() localVariable
/aosp_15_r20/external/webrtc/test/pc/e2e/g3doc/
H A Darchitecture.md82 ### Simulcast
121 ### SVC
175 ### Handling in encoder/decoder
/aosp_15_r20/art/tools/ahat/src/main/com/android/ahat/
H A DBitmapHandler.java37 private void handle_404(HttpExchange exchange) throws IOException { in handle_404()
46 private void handle_BufferedImage(HttpExchange exchange, in handle_BufferedImage()
60 public void handle(HttpExchange exchange) throws IOException { in handle()
/aosp_15_r20/external/deqp/framework/delibs/dethread/
H A DdeAtomic.h100 …32_t deAtomicCompareExchangeUint32(volatile uint32_t *dstAddr, uint32_t compare, uint32_t exchange) in deAtomicCompareExchangeUint32()
184 …64_t deAtomicCompareExchangeUint64(volatile uint64_t *dstAddr, uint64_t compare, uint64_t exchange) in deAtomicCompareExchangeUint64()
243 DE_INLINE void *deAtomicCompareExchangePtr(void *volatile *dstAddr, void *compare, void *exchange) in deAtomicCompareExchangePtr()
/aosp_15_r20/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/testing/
H A DLocalResourceManagerHelper.java193 public void handle(HttpExchange exchange) { in handle()
235 private Response handlePost(HttpExchange exchange, String path) throws IOException { in handlePost()
264 public void handle(HttpExchange exchange) { in handle()
304 private static void writeResponse(HttpExchange exchange, Response response) { in writeResponse()
/aosp_15_r20/external/perfmark/examples/src/main/java/io/perfmark/examples/perfetto/
H A DWebServer.java61 public void handle(HttpExchange exchange) throws IOException { in handle()
81 public void handle(HttpExchange exchange) throws IOException { in handle()
/aosp_15_r20/external/pigweed/pw_chre/include/chre/target_platform/
H A Datomic_base_impl.h29 inline bool AtomicBool::exchange(bool desired) { in exchange() function
45 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange() function
/aosp_15_r20/system/chre/platform/zephyr/include/chre/target_platform/
H A Datomic_base_impl.h42 inline bool AtomicBool::exchange(bool desired) { in exchange() function
62 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange() function
/aosp_15_r20/system/chre/platform/tinysys/include/chre/target_platform/
H A Datomic_base_impl.h41 inline bool AtomicBool::exchange(bool desired) { in exchange() function
62 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange() function
/aosp_15_r20/system/chre/platform/slpi/include/chre/target_platform/
H A Datomic_base_impl.h48 inline bool AtomicBool::exchange(bool desired) { in exchange() function
71 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange() function
/aosp_15_r20/system/chre/platform/arm/include/chre/target_platform/
H A Datomic_base_impl.h41 inline bool AtomicBool::exchange(bool desired) { in exchange() function
62 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange() function
/aosp_15_r20/system/chre/platform/linux/include/chre/target_platform/
H A Datomic_base_impl.h39 inline bool AtomicBool::exchange(bool desired) { in exchange() function
58 inline uint32_t AtomicUint32::exchange(uint32_t desired) { in exchange() function
/aosp_15_r20/external/rust/android-crates-io/crates/tower/tests/filter/
Dasync_filter.rs29 let exchange = service.call(request); in passthrough_sync() localVariable
30 let exchange = async move { in passthrough_sync() localVariable
/aosp_15_r20/external/python/cpython3/Tools/freeze/
Dextensions_win32.ini154 dsp=%PYTHONEX%\com\exchange.dsp
155 cl=/I %PYTHONEX%\win32\src /I %PYTHONEX%\com\win32com\src\include
156 …bs=MBLOGON.lib ADDRLKUP.LIB exchinst.lib EDKCFG.LIB EDKUTILS.LIB EDKMAPI.LIB mapi32.lib version.lib
/aosp_15_r20/external/python/cpython2/Tools/freeze/
Dextensions_win32.ini154 dsp=%PYTHONEX%\com\exchange.dsp
155 cl=/I %PYTHONEX%\win32\src /I %PYTHONEX%\com\win32com\src\include
156 …bs=MBLOGON.lib ADDRLKUP.LIB exchinst.lib EDKCFG.LIB EDKUTILS.LIB EDKMAPI.LIB mapi32.lib version.lib
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DExchanger.java562 public V exchange(V x) throws InterruptedException { in exchange() method in Exchanger
617 public V exchange(V x, long timeout, TimeUnit unit) in exchange() method in Exchanger
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DExchanger.java562 public V exchange(V x) throws InterruptedException { in exchange() method in Exchanger
617 public V exchange(V x, long timeout, TimeUnit unit) in exchange() method in Exchanger
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DExchanger.java562 public V exchange(V x) throws InterruptedException { in exchange() method in Exchanger
617 public V exchange(V x, long timeout, TimeUnit unit) in exchange() method in Exchanger
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/
Datomic_shared_ptr.hpp135 shared_ptr<T> exchange( shared_ptr<T> r ) BOOST_SP_NOEXCEPT in exchange() function in boost::atomic_shared_ptr
153 template<class M> shared_ptr<T> exchange( shared_ptr<T> r, M ) BOOST_SP_NOEXCEPT in exchange() function in boost::atomic_shared_ptr

12345678910>>...15