Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/test/src/
A Dtest.c5 static test_status_t test_status = test_status_pass;
38 case test_status_pass: return "pass"; in test_status_string()
49 test_status = test_status_pass; in p_test_init()
78 ret = test_status_pass; in p_test_impl()
86 test_status_string(test_status_pass), in p_test_impl()
87 test_counts[test_status_pass], test_count, in p_test_impl()
102 ret = test_status_pass; in p_test()
116 ret = test_status_pass; in p_test_no_malloc_init()
/third_party/ulib/jemalloc/test/include/test/
A Dtest.h290 test_status_pass = 0, enumerator

Completed in 6 milliseconds