Home
last modified time | relevance | path

Searched refs:nxt_unit_debug (Results 1 – 18 of 18) sorted by path

/unit/src/java/
H A Dnxt_jni_Context.c79 nxt_unit_debug(NULL, "registered Context methods: %d", res); in nxt_java_initContext()
160 nxt_unit_debug(ctx, "%.*s", msg_len, msg_str); in nxt_java_Context_trace()
H A Dnxt_jni_HeaderNamesEnumeration.c65 nxt_unit_debug(NULL, "registered HeaderNamesEnumeration methods: %d", res); in nxt_java_initHeaderNamesEnumeration()
H A Dnxt_jni_HeadersEnumeration.c65 nxt_unit_debug(NULL, "registered HeadersEnumeration methods: %d", res); in nxt_java_initHeadersEnumeration()
H A Dnxt_jni_InputStream.c78 nxt_unit_debug(NULL, "registered InputStream methods: %d", res); in nxt_java_initInputStream()
H A Dnxt_jni_OutputStream.c69 nxt_unit_debug(NULL, "registered OutputStream methods: %d", res); in nxt_java_initOutputStream()
H A Dnxt_jni_Request.c237 nxt_unit_debug(NULL, "registered Request methods: %d", res); in nxt_java_initRequest()
H A Dnxt_jni_Response.c241 nxt_unit_debug(NULL, "registered Response methods: %d", res); in nxt_java_initResponse()
/unit/src/nodejs/unit-http/
H A Dunit.cpp155 nxt_unit_debug(NULL, "Unit::Unit()"); in Unit()
163 nxt_unit_debug(NULL, "Unit::~Unit()"); in ~Unit()
563 nxt_unit_debug(ctx, "quit: %s", e.str); in quit()
/unit/src/
H A Dnxt_java.c630 nxt_unit_debug(ctx, "thread #%d created", (int) (i + 1)); in nxt_java_ready_handler()
655 nxt_unit_debug(main_ctx, "worker thread start"); in nxt_java_thread_func()
681 nxt_unit_debug(NULL, "worker thread end"); in nxt_java_thread_func()
749 nxt_unit_debug(ctx, "thread #%d joined", (int) i); in nxt_java_join_threads()
H A Dnxt_unit.c998 nxt_unit_debug(ctx, "read port closed"); in nxt_unit_process_msg()
1500 nxt_unit_debug(ctx, "check_response_port: " in nxt_unit_request_check_response_port()
3587 nxt_unit_debug(ctx, "oosm: waiting for ACK"); in nxt_unit_mmap_get()
3594 nxt_unit_debug(ctx, "oosm: retry"); in nxt_unit_mmap_get()
3608 nxt_unit_debug(ctx, "allocated_chunks %d", in nxt_unit_mmap_get()
4372 nxt_unit_debug(ctx, "allocated_chunks %d", in nxt_unit_mmap_release()
5978 nxt_unit_debug(ctx, "port{%d,%d} sendcb %d", in nxt_unit_port_send()
5985 nxt_unit_debug(ctx, "port{%d,%d} sendmsg %d", in nxt_unit_port_send()
6101 nxt_unit_debug(ctx, "port{%d,%d} recvmsg %d", in nxt_unit_ctx_port_recv()
6208 nxt_unit_debug(ctx, "port{%d,%d} recvcb %d", in nxt_unit_port_recv()
[all …]
H A Dnxt_unit.h366 #define nxt_unit_debug(ctx, fmt, ARGS...) \ macro
374 #define nxt_unit_debug(ctx, fmt, ARGS...) macro
/unit/src/perl/
H A Dnxt_perl_psgi.c1286 nxt_unit_debug(ctx, "thread #%d created", (int) (i + 1)); in nxt_perl_psgi_ready_handler()
1308 nxt_unit_debug(pctx->ctx, "worker thread start"); in nxt_perl_psgi_thread_func()
1323 nxt_unit_debug(NULL, "worker thread end"); in nxt_perl_psgi_thread_func()
1398 nxt_unit_debug(ctx, "thread #%d joined", (int) (i + 1)); in nxt_perl_psgi_join_threads()
/unit/src/python/
H A Dnxt_python.c659 nxt_unit_debug(ctx, "thread #%d created", (int) (i + 1)); in nxt_python_ready_handler()
680 nxt_unit_debug(ti->ctx, "worker thread #%d start", in nxt_python_thread_func()
704 nxt_unit_debug(NULL, "worker thread #%d end", in nxt_python_thread_func()
735 nxt_unit_debug(ctx, "thread #%d joined", (int) (i + 1)); in nxt_python_join_threads()
H A Dnxt_python_asgi.c82 nxt_unit_debug(NULL, "asgi_check: callable is %sa coroutine function with " in nxt_python_asgi_check()
149 nxt_unit_debug(NULL, "asgi_init"); in nxt_python_asgi_init()
174 nxt_unit_debug(NULL, "asgi: cannot find function for callable, " in nxt_python_asgi_init()
183 nxt_unit_debug(NULL, "asgi: callable is not a coroutine function " in nxt_python_asgi_init()
426 nxt_unit_debug(ctx, "asgi_remove_reader %d %p", port->in_fd, port); in nxt_py_asgi_remove_reader()
1019 nxt_unit_debug(ctx, "asgi_add_port %d %p %p", port->in_fd, ctx, port); in nxt_py_asgi_add_port()
1032 nxt_unit_debug(ctx, "asgi_add_reader %d %p %p", port->in_fd, ctx, port); in nxt_py_asgi_add_reader()
1097 nxt_unit_debug(NULL, "asgi_remove_port %d %p", port->in_fd, port); in nxt_py_asgi_remove_port()
1109 nxt_unit_debug(ctx, "asgi_quit %p", ctx); in nxt_py_asgi_quit()
1194 nxt_unit_debug(ctx, "asgi_port_read(%p,%p): %d", ctx, port, rc); in nxt_py_asgi_port_read()
H A Dnxt_python_asgi_lifespan.c412 nxt_unit_debug(NULL, "asgi_lifespan_receive"); in nxt_py_asgi_lifespan_receive()
475 nxt_unit_debug(NULL, "asgi_lifespan_send type is '%.*s'", in nxt_py_asgi_lifespan_send()
594 nxt_unit_debug(NULL, "asgi_lifespan_done"); in nxt_py_asgi_lifespan_done()
/unit/src/ruby/
H A Dnxt_ruby.c1353 nxt_unit_debug(ctx, "thread #%d created", (int) (i + 1)); in nxt_ruby_ready_handler()
1388 nxt_unit_debug(rctx->ctx, "worker thread start"); in nxt_ruby_thread_func()
1418 nxt_unit_debug(NULL, "worker thread end"); in nxt_ruby_thread_func()
1498 nxt_unit_debug(ctx, "thread #%d joined", (int) (i + 1)); in nxt_ruby_join_threads()
1501 nxt_unit_debug(ctx, "thread #%d not started", (int) (i + 1)); in nxt_ruby_join_threads()
/unit/src/test/
H A Dnxt_unit_app_test.c67 nxt_unit_debug(ctx, "main worker finished with %d code", err); in main()
74 nxt_unit_debug(ctx, "join thread #%d", i); in main()
87 nxt_unit_debug(NULL, "main worker done"); in main()
98 nxt_unit_debug(ctx, "ready"); in ready_handler()
131 nxt_unit_debug(ctx, "start worker"); in worker()
135 nxt_unit_debug(ctx, "worker finished with %d code", rc); in worker()
H A Dnxt_unit_websocket_chat.c147 nxt_unit_debug(NULL, "broadcast: %*.s", (int) size, buf); in ws_chat_broadcast()