Home
last modified time | relevance | path

Searched defs:old_rc (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/lib/websocket/
Dwebsocket.c84 int old_rc = atomic_inc(&ctx->refcount); in websocket_context_ref() local
91 int old_rc = atomic_dec(&ctx->refcount); in websocket_context_unref() local
/Zephyr-latest/lib/os/
Dfdtable.c86 atomic_val_t old_rc; in z_fd_unref() local
/Zephyr-latest/subsys/net/ip/
Dnet_context.c641 int old_rc = atomic_inc(&context->refcount); in net_context_ref() local
648 int old_rc = atomic_dec(&context->refcount); in net_context_unref() local