MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_atomic16_dec

Function rte_atomic16_dec

dpdk/lib/eal/include/generic/rte_atomic.h:329–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327
328#ifdef RTE_FORCE_INTRINSICS
329static inline void
330rte_atomic16_dec(rte_atomic16_t *v)
331{
332 rte_atomic16_sub(v, 1);
333}
334#endif
335
336/**

Callers

nothing calls this directly

Calls 1

rte_atomic16_subFunction · 0.85

Tested by

no test coverage detected