Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_file.c115 nxt_log_debug(thr->log, "pwrite(%FD, %p, %uz, %O): %z", in nxt_file_write()
143 nxt_log_debug(thr->log, "pread(%FD, %p, %uz, %O): %z", in nxt_file_read()
H A Dnxt_openssl.c1168 nxt_log_debug(c->socket.log, "openssl conn init");
H A Dnxt_log.h108 #define nxt_log_debug(_log, ...) \ macro
131 #define nxt_log_debug(...) macro
159 nxt_log_debug(&nxt_main_log, __VA_ARGS__)
H A Dnxt_fiber.c79 nxt_log_debug(thr->log, "fiber create"); in nxt_fiber_create()
101 nxt_log_debug(thr->log, "fiber create: %PF", fib->fid); in nxt_fiber_create()
H A Dnxt_gnutls.c129 nxt_log_debug(thr->log, "gnutls time"); in nxt_gnutls_time()
263 nxt_log_debug(c->socket.log, "gnutls conn init"); in nxt_gnutls_conn_init()
436 nxt_log_debug(thr->log, "gnutls conn handshake: %d", ssltls->times); in nxt_gnutls_conn_handshake()
444 nxt_log_debug(thr->log, "gnutls_handshake(): %d", err); in nxt_gnutls_conn_handshake()
480 nxt_log_debug(thr->log, "gnutls conn read"); in nxt_gnutls_conn_io_read()
493 nxt_log_debug(thr->log, "gnutls_record_recv(%d, %p, %uz): %z", in nxt_gnutls_conn_io_read()
531 nxt_log_debug(thr->log, "gnutls conn write chunk"); in nxt_gnutls_conn_io_write_chunk()
550 nxt_log_debug(c->socket.log, "gnutls_record_send(%d, %p, %uz): %z", in nxt_gnutls_conn_io_send()
588 nxt_log_debug(c->socket.log, "gnutls conn shutdown"); in nxt_gnutls_conn_io_shutdown()
602 nxt_log_debug(c->socket.log, "gnutls_bye(%d, %d): %d", in nxt_gnutls_conn_io_shutdown()
[all …]
H A Dnxt_malloc.c38 nxt_log_debug(nxt_malloc_log(), "malloc(%uz): %p", size, p); in nxt_malloc()
79 nxt_log_debug(nxt_malloc_log(), "realloc(%p, %uz): %p", ptr, size, n); in nxt_realloc()
112 nxt_log_debug(nxt_malloc_log(), "free(%p)", p); in nxt_free()
H A Dnxt_thread.c112 nxt_log_debug(thr->log, "thread trampoline: %PH", thr->handle); in nxt_thread_trampoline()
176 nxt_log_debug(thr->log, "thread time cleanup"); in nxt_thread_time_cleanup()
188 nxt_log_debug(thr->log, "thread exit"); in nxt_thread_exit()
H A Dnxt_thread_log.h35 nxt_log_debug(_thr->log, __VA_ARGS__); \
H A Dnxt_thread_time.c116 nxt_log_debug(thr->log, "time thread"); in nxt_time_thread()
138 nxt_log_debug(thr->log, "time thread"); in nxt_time_thread()
H A Dnxt_sendbuf.c246 nxt_log_debug(c->socket.log, "sendbuf copy:%uz fl:%b", copied, flush); in nxt_sendbuf_copy_coalesce()
260 nxt_log_debug(c->socket.log, "sendbuf sent:%z", n); in nxt_sendbuf_copy_coalesce()
288 nxt_log_debug(c->socket.log, "sendbuf done"); in nxt_sendbuf_copy_coalesce()
H A Dnxt_thread_cond.c70 nxt_log_debug(thr->log, "pthread_cond_wait(%p) enter", cond); in nxt_thread_cond_wait()
77 nxt_log_debug(thr->log, "pthread_cond_wait(%p) exit", cond); in nxt_thread_cond_wait()
84 nxt_log_debug(thr->log, "pthread_cond_timedwait(%p, %N) enter", in nxt_thread_cond_wait()
98 nxt_log_debug(thr->log, "pthread_cond_timedwait(%p) exit: %d", in nxt_thread_cond_wait()
H A Dnxt_thread_mutex.c155 nxt_log_debug(thr->log, "pthread_mutex_trylock(%p) enter", mtx); in nxt_thread_mutex_trylock()
163 nxt_log_debug(thr->log, "pthread_mutex_trylock(%p) failed", mtx); in nxt_thread_mutex_trylock()
185 nxt_log_debug(thr->log, "pthread_mutex_unlock(%p) exit", mtx); in nxt_thread_mutex_unlock()
H A Dnxt_thread_pool.c155 nxt_log_debug(thr->log, "locked work queue"); in nxt_thread_pool_loop()
176 nxt_log_debug(thr->log, "thread pool wait"); in nxt_thread_pool_wait()
201 nxt_log_debug(thr->log, "thread pool awake, waiting: %A", waiting); in nxt_thread_pool_wait()
236 nxt_log_debug(thr->log, "thread pool destroy: %A", tp->ready); in nxt_thread_pool_destroy()
H A Dnxt_semaphore.c87 nxt_log_debug(thr->log, "sem_wait(%p) enter", sem); in nxt_sem_wait()
117 nxt_log_debug(thr->log, "sem_trywait(%p) enter", sem); in nxt_sem_wait()
130 nxt_log_debug(thr->log, "sem_timedwait(%p, %N) enter", sem, timeout); in nxt_sem_wait()
152 nxt_log_debug(thr->log, "sem_timedwait(%p) exit: %d", sem, err); in nxt_sem_wait()
H A Dnxt_macosx_sendfile.c104 nxt_log_debug(c->socket.log, in nxt_macosx_event_conn_io_sendfile()
H A Dnxt_cyassl.c183 nxt_log_debug(c->socket.log, "cyassl conn init"); in nxt_cyassl_conn_init()
306 nxt_log_debug(thr->log, "cyassl conn handshake: %d", ssltls->times); in nxt_cyassl_conn_handshake()
316 nxt_log_debug(thr->log, "CyaSSL_negotiate(%d): %d", c->socket.fd, ret); in nxt_cyassl_conn_handshake()
351 nxt_log_debug(thr->log, "cyassl conn read"); in nxt_cyassl_conn_io_read()
366 nxt_log_debug(thr->log, "CyaSSL_read(%d, %p, %uz): %d", in nxt_cyassl_conn_io_read()
400 nxt_log_debug(thr->log, "cyassl conn write chunk"); in nxt_cyassl_conn_io_write_chunk()
416 nxt_log_debug(c->socket.log, "cyassl send"); in nxt_cyassl_conn_io_send()
430 nxt_log_debug(c->socket.log, "CyaSSL_write(%d, %p, %uz): %d", in nxt_cyassl_conn_io_send()
458 nxt_log_debug(thr->log, "cyassl conn shutdown"); in nxt_cyassl_conn_io_shutdown()
464 nxt_log_debug(thr->log, "CyaSSL_shutdown(%d): %d", c->socket.fd, ret); in nxt_cyassl_conn_io_shutdown()
[all …]
H A Dnxt_conn.c86 nxt_log_debug(&c->log, "connections: %uD", thr->engine->connections); in nxt_conn_create()