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

  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
atomic.h 35 #define atomic_fetch_sub_relaxed(o, v) \ macro
  /src/external/mpl/dhcp/bind/include/isc/
atomic.h 37 #define atomic_fetch_sub_relaxed(o, v) \ macro
  /src/external/mpl/dhcp/bind/dist/lib/dns/
badcache.c 192 atomic_fetch_sub_relaxed(&bc->count, 1);
253 atomic_fetch_sub_relaxed(&bc->count, 1);
360 atomic_fetch_sub_relaxed(&bc->count, 1);
382 atomic_fetch_sub_relaxed(&bc->count, 1);
421 atomic_fetch_sub_relaxed(&bc->count, 1);
467 atomic_fetch_sub_relaxed(&bc->count, 1);
511 atomic_fetch_sub_relaxed(&bc->count, 1);
zone.c 18684 atomic_fetch_sub_relaxed(&mgmt->count, 1);
  /src/external/mpl/bind/dist/lib/isc/include/isc/
atomic.h 36 #define atomic_fetch_sub_relaxed(o, v) \ macro
  /src/external/mpl/dhcp/bind/dist/lib/isc/
quota.c 119 atomic_fetch_sub_relaxed(&quota->waiting, 1);
  /src/external/mpl/bind/dist/lib/isc/
mem.c 459 atomic_size_t s = atomic_fetch_sub_relaxed(&ctx->inuse, size);

Completed in 48 milliseconds