Home
last modified time | relevance | path

Searched refs:atomic_uintptr_t (Results 1 – 18 of 18) sorted by relevance

/third_party/elfutils/lib/
Ddynamicsizehash_concurrent.h63 atomic_uintptr_t val_ptr; \
Dstdatomic-fbsd.h250 typedef _Atomic(uintptr_t) atomic_uintptr_t; typedef
/third_party/musl/porting/linux/user/src/internal/
Dstdatomic_impl.h67 typedef _Atomic(uintptr_t) atomic_uintptr_t; typedef
/third_party/musl/src/internal/
Dstdatomic_impl.h67 typedef _Atomic(uintptr_t) atomic_uintptr_t; typedef
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h80 typedef uintptr_t atomic_uintptr_t; typedef
/third_party/ffmpeg/compat/atomics/dummy/
Dstdatomic.h79 typedef intptr_t atomic_uintptr_t; typedef
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h77 typedef intptr_t atomic_uintptr_t; typedef
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h77 typedef intptr_t atomic_uintptr_t; typedef
/third_party/ffmpeg/compat/atomics/pthread/
Dstdatomic.h76 typedef intptr_t atomic_uintptr_t; typedef
/third_party/ffmpeg/libavformat/
Dallformats.c550 static atomic_uintptr_t indev_list_intptr = ATOMIC_VAR_INIT(0);
551 static atomic_uintptr_t outdev_list_intptr = ATOMIC_VAR_INIT(0);
/third_party/python/Include/internal/
Dpycore_atomic.h46 atomic_uintptr_t _value;
/third_party/libabigail/tests/data/test-annotate/
Dtest15-pr18892.so.abi4474 …- __sanitizer::atomic_uintptr_t::Type __sanitizer::atomic_load<__sanitizer::atomic_uintptr_t>(cons…
4475 …<function-decl name='atomic_load&lt;__sanitizer::atomic_uintptr_t&gt;' filepath='../../.././libsan…
4476 <!-- parameter of type 'const volatile __sanitizer::atomic_uintptr_t*' -->
4480 <!-- typedef __sanitizer::atomic_uintptr_t::Type -->
4505 …izer::atomic_store<__sanitizer::atomic_uintptr_t>(volatile __sanitizer::atomic_uintptr_t*, __sanit…
4506 …<function-decl name='atomic_store&lt;__sanitizer::atomic_uintptr_t&gt;' filepath='../../.././libsa…
4507 <!-- parameter of type 'volatile __sanitizer::atomic_uintptr_t*' -->
4509 <!-- parameter of type 'typedef __sanitizer::atomic_uintptr_t::Type' -->
6032 …- __sanitizer::atomic_uintptr_t::Type __sanitizer::atomic_load<__sanitizer::atomic_uintptr_t>(cons…
6033 …<function-decl name='atomic_load&lt;__sanitizer::atomic_uintptr_t&gt;' filepath='../../.././libsan…
[all …]
/third_party/python/
Dpyconfig.h.in1062 /* Has stdatomic.h with atomic_int and atomic_uintptr_t */
Dconfigure.ac5672 atomic_uintptr_t uintptr_var;
5686 [Has stdatomic.h with atomic_int and atomic_uintptr_t])
Dconfigure17348 atomic_uintptr_t uintptr_var;
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest15-pr18892.so.abi2453 …<function-decl name='atomic_load&lt;__sanitizer::atomic_uintptr_t&gt;' filepath='../../.././libsan…
2470 …<function-decl name='atomic_store&lt;__sanitizer::atomic_uintptr_t&gt;' filepath='../../.././libsa…
3428 …<function-decl name='atomic_load&lt;__sanitizer::atomic_uintptr_t&gt;' filepath='../../.././libsan…
3433 …<function-decl name='atomic_store&lt;__sanitizer::atomic_uintptr_t&gt;' filepath='../../.././libsa…
3929 …<function-decl name='atomic_load&lt;__sanitizer::atomic_uintptr_t&gt;' filepath='../../.././libsan…
3934 …<function-decl name='atomic_store&lt;__sanitizer::atomic_uintptr_t&gt;' filepath='../../.././libsa…
4798 …<function-decl name='atomic_load&lt;__sanitizer::atomic_uintptr_t&gt;' filepath='../../.././libsan…
4809 …<function-decl name='atomic_store&lt;__sanitizer::atomic_uintptr_t&gt;' filepath='../../.././libsa…
4827 …<function-decl name='atomic_compare_exchange_strong&lt;__sanitizer::atomic_uintptr_t&gt;' filepath…
4834 …<function-decl name='atomic_compare_exchange_weak&lt;__sanitizer::atomic_uintptr_t&gt;' filepath='…
[all …]
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst4464 atomic_uintptr_t type which is needed by Python.
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp49608 typedef atomic<uintptr_t> atomic_uintptr_t; typedef