Home | History | Annotate | Download | only in bits

Lines Matching defs:fetch_sub

175       { return fetch_sub(1); }
179 { return fetch_sub(1); }
404 fetch_sub(__int_type __i, memory_order __m = memory_order_seq_cst)
408 fetch_sub(__int_type __i,
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)
659 fetch_sub(ptrdiff_t __d,