HomeSort by: relevance | last modified time | path
    Searched refs:atomic_compare_exchange_weak_acq_rel (Results 1 - 12 of 12) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/include/isc/
spinlock.h 106 while (!atomic_compare_exchange_weak_acq_rel( \
atomic.h 72 #define atomic_compare_exchange_weak_acq_rel(o, e, d) \ macro
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
atomic.h 70 #define atomic_compare_exchange_weak_acq_rel(o, e, d) \ macro
  /src/external/mpl/dhcp/bind/include/isc/
atomic.h 72 #define atomic_compare_exchange_weak_acq_rel(o, e, d) \ macro
  /src/external/mpl/bind/dist/lib/isc/
rwlock.c 125 return atomic_compare_exchange_weak_acq_rel(
stats.c 158 } while (!atomic_compare_exchange_weak_acq_rel(
  /src/external/mpl/dhcp/bind/dist/lib/isc/
quota.c 100 } while (!atomic_compare_exchange_weak_acq_rel(&quota->used, &used,
stats.c 163 } while (!atomic_compare_exchange_weak_acq_rel(
rwlock.c 413 while (!atomic_compare_exchange_weak_acq_rel(
  /src/external/mpl/bind/dist/lib/dns/
qpcache.c 934 } while (!atomic_compare_exchange_weak_acq_rel(
rbtdb.c 845 } while (!atomic_compare_exchange_weak_acq_rel(
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 1618 } while (!atomic_compare_exchange_weak_acq_rel(
1649 } while (!atomic_compare_exchange_weak_acq_rel(

Completed in 43 milliseconds