Home
last modified time | relevance | path

Searched refs:nxt_port_last_id (Results 1 – 1 of 1) sorted by relevance

/unit/src/
H A Dnxt_port.c19 static nxt_atomic_uint_t nxt_port_last_id = 1; variable
149 return nxt_atomic_fetch_add(&nxt_port_last_id, 1); in nxt_port_get_next_id()
156 nxt_port_last_id = 1; in nxt_port_reset_next_id()