HomeSort by relevance Sort by last modified time
    Searched defs:compare_exchange_weak (Results 1 - 12 of 12) sorted by null

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_2.h 321 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
326 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
331 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
334 return compare_exchange_weak(__i1, __i2, __m,
339 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
342 return compare_exchange_weak(__i1, __i2, __m,
atomic_0.h 321 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
331 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
341 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
344 return compare_exchange_weak(__i1, __i2, __m,
349 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
352 return compare_exchange_weak(__i1, __i2, __m,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_2.h 321 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
326 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
331 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
334 return compare_exchange_weak(__i1, __i2, __m,
339 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic2::__atomic_base
342 return compare_exchange_weak(__i1, __i2, __m,
atomic_0.h 321 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
331 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
341 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
344 return compare_exchange_weak(__i1, __i2, __m,
349 compare_exchange_weak(__int_type& __i1, __int_type __i2, function in struct:__atomic0::__atomic_base
352 return compare_exchange_weak(__i1, __i2, __m,
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 142 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1, function in struct:__atomic0::atomic_address
152 compare_exchange_weak(void*& __v1, void* __v2, function in struct:__atomic0::atomic_address
155 return compare_exchange_weak(__v1, __v2, __m,
334 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic0::__atomic_base
344 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic0::__atomic_base
347 return compare_exchange_weak(__i1, __i2, __m,
435 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, function in struct:__atomic0::atomic_bool
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
440 compare_exchange_weak(bool& __i1, bool __i2, function in struct:__atomic0::atomic_bool
442 { return _M_base.compare_exchange_weak(__i1, __i2, __m);
    [all...]
atomic_2.h 136 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1, function in struct:__atomic2::atomic_address
141 compare_exchange_weak(void*& __v1, void* __v2, function in struct:__atomic2::atomic_address
144 return compare_exchange_weak(__v1, __v2, __m,
328 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic2::__atomic_base
333 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic2::__atomic_base
336 return compare_exchange_weak(__i1, __i2, __m,
430 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, function in struct:__atomic2::atomic_bool
432 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
435 compare_exchange_weak(bool& __i1, bool __i2, function in struct:__atomic2::atomic_bool
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 142 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1, function in struct:__atomic0::atomic_address
152 compare_exchange_weak(void*& __v1, void* __v2, function in struct:__atomic0::atomic_address
155 return compare_exchange_weak(__v1, __v2, __m,
334 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic0::__atomic_base
344 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic0::__atomic_base
347 return compare_exchange_weak(__i1, __i2, __m,
435 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, function in struct:__atomic0::atomic_bool
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
440 compare_exchange_weak(bool& __i1, bool __i2, function in struct:__atomic0::atomic_bool
442 { return _M_base.compare_exchange_weak(__i1, __i2, __m);
    [all...]
atomic_2.h 136 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1, function in struct:__atomic2::atomic_address
141 compare_exchange_weak(void*& __v1, void* __v2, function in struct:__atomic2::atomic_address
144 return compare_exchange_weak(__v1, __v2, __m,
328 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic2::__atomic_base
333 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic2::__atomic_base
336 return compare_exchange_weak(__i1, __i2, __m,
430 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, function in struct:__atomic2::atomic_bool
432 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
435 compare_exchange_weak(bool& __i1, bool __i2, function in struct:__atomic2::atomic_bool
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 142 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1, function in struct:__atomic0::atomic_address
152 compare_exchange_weak(void*& __v1, void* __v2, function in struct:__atomic0::atomic_address
155 return compare_exchange_weak(__v1, __v2, __m,
334 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic0::__atomic_base
344 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic0::__atomic_base
347 return compare_exchange_weak(__i1, __i2, __m,
435 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, function in struct:__atomic0::atomic_bool
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
440 compare_exchange_weak(bool& __i1, bool __i2, function in struct:__atomic0::atomic_bool
442 { return _M_base.compare_exchange_weak(__i1, __i2, __m);
    [all...]
atomic_2.h 136 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1, function in struct:__atomic2::atomic_address
141 compare_exchange_weak(void*& __v1, void* __v2, function in struct:__atomic2::atomic_address
144 return compare_exchange_weak(__v1, __v2, __m,
328 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic2::__atomic_base
333 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic2::__atomic_base
336 return compare_exchange_weak(__i1, __i2, __m,
430 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, function in struct:__atomic2::atomic_bool
432 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
435 compare_exchange_weak(bool& __i1, bool __i2, function in struct:__atomic2::atomic_bool
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomic_0.h 142 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1, function in struct:__atomic0::atomic_address
152 compare_exchange_weak(void*& __v1, void* __v2, function in struct:__atomic0::atomic_address
155 return compare_exchange_weak(__v1, __v2, __m,
334 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic0::__atomic_base
344 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic0::__atomic_base
347 return compare_exchange_weak(__i1, __i2, __m,
435 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, function in struct:__atomic0::atomic_bool
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
440 compare_exchange_weak(bool& __i1, bool __i2, function in struct:__atomic0::atomic_bool
442 { return _M_base.compare_exchange_weak(__i1, __i2, __m);
    [all...]
atomic_2.h 136 compare_exchange_weak(void*& __v1, void* __v2, memory_order __m1, function in struct:__atomic2::atomic_address
141 compare_exchange_weak(void*& __v1, void* __v2, function in struct:__atomic2::atomic_address
144 return compare_exchange_weak(__v1, __v2, __m,
328 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic2::__atomic_base
333 compare_exchange_weak(__integral_type& __i1, __integral_type __i2, function in struct:__atomic2::__atomic_base
336 return compare_exchange_weak(__i1, __i2, __m,
430 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1, function in struct:__atomic2::atomic_bool
432 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
435 compare_exchange_weak(bool& __i1, bool __i2, function in struct:__atomic2::atomic_bool
437 { return _M_base.compare_exchange_weak(__i1, __i2, __m);
    [all...]

Completed in 304 milliseconds