Searched refs:notify (Results 1 – 9 of 9) sorted by relevance
/unit/src/ |
H A D | nxt_port_queue.h | 51 int *notify) in nxt_port_queue_send() argument 58 *notify = 0; in nxt_port_queue_send() 71 *notify = (i == 0); in nxt_port_queue_send()
|
H A D | nxt_app_queue.h | 51 uint8_t size, uint32_t tracking, int *notify, uint32_t *cookie) in nxt_app_queue_send() argument 73 if (notify != NULL) { in nxt_app_queue_send() 74 *notify = n; in nxt_app_queue_send()
|
H A D | nxt_port_socket.c | 164 int notify; in nxt_port_socket_write2() local 203 res = nxt_port_queue_send(port->queue, &qmsg, qmsg_size, ¬ify); in nxt_port_socket_write2() 207 (int) qmsg_size, notify, res); in nxt_port_socket_write2() 220 if (notify == 0) { in nxt_port_socket_write2() 230 res = nxt_port_queue_send(port->queue, qmsg.buf, 1, ¬ify); in nxt_port_socket_write2() 234 notify, res); in nxt_port_socket_write2()
|
H A D | nxt_unit.c | 5906 int notify; in nxt_unit_port_send() local 5919 rc = nxt_port_queue_send(port_impl->queue, buf, buf_size, ¬ify); in nxt_unit_port_send() 5929 (int) buf_size, notify); in nxt_unit_port_send() 5931 if (notify) { in nxt_unit_port_send() 5961 rc = nxt_port_queue_send(port_impl->queue, &msg.type, 1, ¬ify); in nxt_unit_port_send() 5970 (int) port->id.pid, (int) port->id.id, notify); in nxt_unit_port_send()
|
H A D | nxt_router.c | 5247 int notify; in nxt_router_app_prepare_request() local 5311 req_rpc_data->stream, ¬ify, in nxt_router_app_prepare_request() 5314 if (notify != 0) { in nxt_router_app_prepare_request()
|
/unit/go/ |
H A D | observable.go | 23 func (o *observable) notify(e int) { func
|
H A D | response.go | 106 observer_registry_.notify(1)
|
/unit/pkg/deb/debian.module/ |
H A D | copyright.unit-jsc-common | 196 promptly notify the Commercial Contributor in writing of such claim, and b)
|
/unit/pkg/rpm/rpmbuild/SOURCES/ |
H A D | COPYRIGHT.unit-jsc-common | 196 promptly notify the Commercial Contributor in writing of such claim, and b)
|