Home
last modified time | relevance | path

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

/external/jemalloc_new/test/src/
Dtest.c6 static test_status_t test_counts[test_status_count] = {0, 0, 0};
7 static test_status_t test_status = test_status_pass;
90 test_status_string(test_status_t test_status) { in test_status_string()
113 static test_status_t
115 test_status_t ret; in p_test_impl()
170 test_status_t
172 test_status_t ret; in p_test()
183 test_status_t
185 test_status_t ret; in p_test_no_reentrancy()
196 test_status_t
[all …]
/external/jemalloc_new/test/include/test/
Dtest.h295 } test_status_t; typedef
333 test_status_t p_test(test_t *t, ...);
334 test_status_t p_test_no_reentrancy(test_t *t, ...);
335 test_status_t p_test_no_malloc_init(test_t *t, ...);