Home
last modified time | relevance | path

Searched refs:nxt_stream_ident (Results 1 – 1 of 1) sorted by last modified time

/unit/src/
H A Dnxt_port_rpc.c11 static volatile uint32_t *nxt_stream_ident; variable
38 if (nxt_stream_ident != NULL) { in nxt_port_rpc_init()
42 p = nxt_mem_mmap(NULL, sizeof(*nxt_stream_ident), PROT_READ | PROT_WRITE, in nxt_port_rpc_init()
49 nxt_stream_ident = p; in nxt_port_rpc_init()
50 *nxt_stream_ident = 1; in nxt_port_rpc_init()
131 stream = nxt_atomic_fetch_add(nxt_stream_ident, 1); in nxt_port_rpc_register_handler_ex()