Home
last modified time | relevance | path

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

/third_party/boost/boost/atomic/
Datomic.hpp157 typedef atomic< boost::uintptr_t > atomic_uintptr_t; typedef
258 using atomics::atomic_uintptr_t;
/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/suncc/
Dstdatomic.h77 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/pthread/
Dstdatomic.h76 typedef intptr_t atomic_uintptr_t; typedef
/third_party/python/Include/internal/
Dpycore_atomic.h46 atomic_uintptr_t _value;
/third_party/boost/boost/atomic/detail/
Datomic_template.hpp1238 typedef atomic< uintptr_t > atomic_uintptr_t; typedef
/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/boost/libs/atomic/doc/
Datomic.qbk1064 typedef atomic< uintptr_t > atomic_uintptr_t;
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst4464 atomic_uintptr_t type which is needed by Python.