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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
atomic_2.h 175 { return fetch_sub(1); }
179 { return fetch_sub(1); }
404 fetch_sub(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic2::__atomic_base
408 fetch_sub(__int_type __i, function in struct:__atomic2::__atomic_base
490 { return fetch_sub(1); }
494 { return fetch_sub(1); }
506 { return fetch_sub(1) -1; }
510 { return fetch_sub(1) -1; }
522 { return fetch_sub(__d) - __d; }
526 { return fetch_sub(__d) - __d;
655 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) function in struct:__atomic2::__atomic_base
659 fetch_sub(ptrdiff_t __d, function in struct:__atomic2::__atomic_base
    [all...]
atomic_0.h 208 { return fetch_sub(1); }
212 { return fetch_sub(1); }
224 { return fetch_sub(1) - 1; }
228 { return fetch_sub(1) - 1; }
240 { return fetch_sub(__i) - __i; }
244 { return fetch_sub(__i) - __i; }
402 fetch_sub(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic0::__atomic_base
406 fetch_sub(__int_type __i, function in struct:__atomic0::__atomic_base
487 { return reinterpret_cast<__return_pointer_type>(fetch_sub(1)); }
491 { return reinterpret_cast<__return_pointer_type>(fetch_sub(1));
636 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) function in struct:__atomic0::__atomic_base
643 fetch_sub(ptrdiff_t __d, function in struct:__atomic0::__atomic_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_2.h 175 { return fetch_sub(1); }
179 { return fetch_sub(1); }
404 fetch_sub(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic2::__atomic_base
408 fetch_sub(__int_type __i, function in struct:__atomic2::__atomic_base
490 { return fetch_sub(1); }
494 { return fetch_sub(1); }
506 { return fetch_sub(1) -1; }
510 { return fetch_sub(1) -1; }
522 { return fetch_sub(__d) - __d; }
526 { return fetch_sub(__d) - __d;
655 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) function in struct:__atomic2::__atomic_base
659 fetch_sub(ptrdiff_t __d, function in struct:__atomic2::__atomic_base
    [all...]
atomic_0.h 208 { return fetch_sub(1); }
212 { return fetch_sub(1); }
224 { return fetch_sub(1) - 1; }
228 { return fetch_sub(1) - 1; }
240 { return fetch_sub(__i) - __i; }
244 { return fetch_sub(__i) - __i; }
402 fetch_sub(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic0::__atomic_base
406 fetch_sub(__int_type __i, function in struct:__atomic0::__atomic_base
487 { return reinterpret_cast<__return_pointer_type>(fetch_sub(1)); }
491 { return reinterpret_cast<__return_pointer_type>(fetch_sub(1));
636 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) function in struct:__atomic0::__atomic_base
643 fetch_sub(ptrdiff_t __d, function in struct:__atomic0::__atomic_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_2.h 175 { return fetch_sub(1); }
179 { return fetch_sub(1); }
404 fetch_sub(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic2::__atomic_base
408 fetch_sub(__int_type __i, function in struct:__atomic2::__atomic_base
490 { return fetch_sub(1); }
494 { return fetch_sub(1); }
506 { return fetch_sub(1) -1; }
510 { return fetch_sub(1) -1; }
522 { return fetch_sub(__d) - __d; }
526 { return fetch_sub(__d) - __d;
655 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) function in struct:__atomic2::__atomic_base
659 fetch_sub(ptrdiff_t __d, function in struct:__atomic2::__atomic_base
    [all...]
atomic_0.h 208 { return fetch_sub(1); }
212 { return fetch_sub(1); }
224 { return fetch_sub(1) - 1; }
228 { return fetch_sub(1) - 1; }
240 { return fetch_sub(__i) - __i; }
244 { return fetch_sub(__i) - __i; }
402 fetch_sub(__int_type __i, memory_order __m = memory_order_seq_cst) function in struct:__atomic0::__atomic_base
406 fetch_sub(__int_type __i, function in struct:__atomic0::__atomic_base
487 { return reinterpret_cast<__return_pointer_type>(fetch_sub(1)); }
491 { return reinterpret_cast<__return_pointer_type>(fetch_sub(1));
636 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) function in struct:__atomic0::__atomic_base
643 fetch_sub(ptrdiff_t __d, function in struct:__atomic0::__atomic_base
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 190 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) volatile function in struct:__atomic0::atomic_address
217 { return fetch_sub(__d) - __d; }
276 { return fetch_sub(1); }
284 { return fetch_sub(1) - 1; }
292 { return fetch_sub(__i) - __i; }
375 fetch_sub(__integral_type __i, function in struct:__atomic0::__atomic_base
atomic_2.h 177 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) volatile function in struct:__atomic2::atomic_address
254 { return fetch_sub(1); }
370 fetch_sub(__integral_type __i, function in struct:__atomic2::__atomic_base
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 190 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) volatile function in struct:__atomic0::atomic_address
217 { return fetch_sub(__d) - __d; }
276 { return fetch_sub(1); }
284 { return fetch_sub(1) - 1; }
292 { return fetch_sub(__i) - __i; }
375 fetch_sub(__integral_type __i, function in struct:__atomic0::__atomic_base
atomic_2.h 177 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) volatile function in struct:__atomic2::atomic_address
254 { return fetch_sub(1); }
370 fetch_sub(__integral_type __i, function in struct:__atomic2::__atomic_base
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 190 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) volatile function in struct:__atomic0::atomic_address
217 { return fetch_sub(__d) - __d; }
276 { return fetch_sub(1); }
284 { return fetch_sub(1) - 1; }
292 { return fetch_sub(__i) - __i; }
375 fetch_sub(__integral_type __i, function in struct:__atomic0::__atomic_base
atomic_2.h 177 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) volatile function in struct:__atomic2::atomic_address
254 { return fetch_sub(1); }
370 fetch_sub(__integral_type __i, function in struct:__atomic2::__atomic_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomic_0.h 190 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) volatile function in struct:__atomic0::atomic_address
217 { return fetch_sub(__d) - __d; }
276 { return fetch_sub(1); }
284 { return fetch_sub(1) - 1; }
292 { return fetch_sub(__i) - __i; }
375 fetch_sub(__integral_type __i, function in struct:__atomic0::__atomic_base
atomic_2.h 177 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) volatile function in struct:__atomic2::atomic_address
254 { return fetch_sub(1); }
370 fetch_sub(__integral_type __i, function in struct:__atomic2::__atomic_base

Completed in 291 milliseconds