Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_port.c558 nxt_port_work_t *pw; in nxt_port_post_handler() local
561 pw = obj; in nxt_port_post_handler()
562 port = pw->port; in nxt_port_post_handler()
563 handler = pw->handler; in nxt_port_post_handler()
565 nxt_free(pw); in nxt_port_post_handler()
577 nxt_port_work_t *pw; in nxt_port_post() local
587 if (nxt_slow_path(pw == NULL)) { in nxt_port_post()
595 pw->work.obj = pw; in nxt_port_post()
596 pw->work.data = data; in nxt_port_post()
598 pw->port = port; in nxt_port_post()
[all …]