Home
last modified time | relevance | path

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

/unit/src/test/
H A Dnxt_utf8_test.c69 nxt_log_alert(thr->log, in nxt_utf8_overlong()
102 nxt_log_alert(thr->log, "nxt_utf8_encode(%05uxD) failed", u); in nxt_utf8_test()
111 nxt_log_alert(thr->log, "nxt_utf8_decode(%05uxD) failed: %05uxD", in nxt_utf8_test()
138 nxt_log_alert(thr->log, in nxt_utf8_test()
185 nxt_log_alert(thr->log, "nxt_utf8_casecmp() failed"); in nxt_utf8_test()
H A Dnxt_utf8_file_name_test.c84 nxt_log_alert(thr->log, "nxt_utf8_encode(%05uxD) failed", uc); in nxt_utf8_file_name_test()
94 nxt_log_alert(thr->log, "nxt_utf8_lowcase(%05uxD) failed: %05uxD", in nxt_utf8_file_name_test()
106 nxt_log_alert(thr->log, "nxt_utf8_encode(%05uxD) failed", lc); in nxt_utf8_file_name_test()
133 nxt_log_alert(thr->log, "nxt_file_read() mismatch"); in nxt_utf8_file_name_test()
H A Dnxt_http_parse_test.c568 nxt_log_alert(thr->log, "http parse test case failed:\n" in nxt_http_parse_test()
688 nxt_log_alert(thr->log, "http parse %s request bench failed " in nxt_http_parse_test_bench()
696 nxt_log_alert(thr->log, "http parse %s request bench failed " in nxt_http_parse_test_bench()
726 nxt_log_alert(log, "http parse test case failed:\n" in nxt_http_parse_test_request_line()
739 nxt_log_alert(log, "http parse test case failed:\n" in nxt_http_parse_test_request_line()
749 nxt_log_alert(log, "http parse test case failed:\n" in nxt_http_parse_test_request_line()
757 nxt_log_alert(log, "http parse test case failed:\n" in nxt_http_parse_test_request_line()
766 nxt_log_alert(log, "http parse test case failed:\n" in nxt_http_parse_test_request_line()
775 nxt_log_alert(log, "http parse test case failed:\n" in nxt_http_parse_test_request_line()
783 nxt_log_alert(log, "http parse test case failed:\n" in nxt_http_parse_test_request_line()
[all …]
H A Dnxt_rbtree_test.c75 nxt_log_alert(thr->log, "rbtree test failed: %08XD not found", in nxt_rbtree_test()
89 nxt_log_alert(thr->log, "rbtree test failed: %i: %08XD %08XD", in nxt_rbtree_test()
99 nxt_log_alert(thr->log, "rbtree test failed: %ui", i); in nxt_rbtree_test()
112 nxt_log_alert(thr->log, "rbtree test failed: tree is not empty"); in nxt_rbtree_test()
119 nxt_log_alert(thr->log, "rbtree sentinel test failed"); in nxt_rbtree_test()
H A Dnxt_base64_test.c80 nxt_log_alert(thr->log, in nxt_base64_test()
90 nxt_log_alert(thr->log, "nxt_base64_decode() test \"%V\" failed"); in nxt_base64_test()
H A Dnxt_msec_diff_test.c37 nxt_log_alert(thr->log, in nxt_msec_diff_test()
H A Dnxt_rbtree1_test.c101 nxt_log_alert(thr->log, "rbtree1 test failed: %08XD not found", in nxt_rbtree1_test()
113 nxt_log_alert(thr->log, "rbtree1 test failed: %i: %08XD %08XD", in nxt_rbtree1_test()
123 nxt_log_alert(thr->log, "rbtree1 test failed: %ui", i); in nxt_rbtree1_test()
136 nxt_log_alert(thr->log, "rbtree1 test failed: tree is not empty"); in nxt_rbtree1_test()
H A Dnxt_strverscmp_test.c83 nxt_log_alert(thr->log, in nxt_strverscmp_test()
H A Dnxt_term_parse_test.c51 nxt_log_alert(thr->log, in nxt_term_parse_test()
H A Dnxt_sprintf_test.c63 nxt_log_alert(thr->log, "nxt_sprintf(\"%s\") failed: \"%s\" vs \"%s\"", in nxt_sprintf_test()
H A Dnxt_gmtime_test.c46 nxt_log_alert(thr->log, in nxt_gmtime_test()
/unit/src/
H A Dnxt_thread_cond.c81 nxt_log_alert(thr->log, "pthread_cond_wait() failed %E", err); in nxt_thread_cond_wait()
103 nxt_log_alert(thr->log, "pthread_cond_timedwait() failed %E", err); in nxt_thread_cond_wait()
H A Dnxt_thread_log.h15 nxt_log_alert(_thr->log, __VA_ARGS__); \
H A Dnxt_log.h77 #define nxt_log_alert(_log, ...) \ macro
151 nxt_log_alert(&nxt_main_log, __VA_ARGS__)
H A Dnxt_semaphore.c109 nxt_log_alert(thr->log, "sem_wait(%p) failed %E", sem, err); in nxt_sem_wait()
161 nxt_log_alert(thr->log, "sem_timedwait(%p) failed %E", sem, err); in nxt_sem_wait()
H A Dnxt_thread_mutex.c189 nxt_log_alert(thr->log, "pthread_mutex_unlock() failed %E", err); in nxt_thread_mutex_unlock()
H A Dnxt_work_queue.c57 nxt_log_alert(thread->log, "work queue locked by thread %PT", wq->tid); in nxt_work_queue_thread_assert()
H A Dnxt_fiber.c112 nxt_log_alert(thr->log, "munmap() failed %E", nxt_errno); in nxt_fiber_create()
H A Dnxt_mp.c220 nxt_log_alert(thread->log, "mem_pool locked by thread %PT", mp->tid); in nxt_mp_thread_assert()