Home
last modified time | relevance | path

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

/external/jemalloc/test/src/
Dtest.c4 static test_status_t test_counts[test_status_count] = {0, 0, 0};
5 static test_status_t test_status = test_status_pass;
35 test_status_string(test_status_t test_status) in test_status_string()
63 static test_status_t
66 test_status_t ret; in p_test_impl()
99 test_status_t
102 test_status_t ret; in p_test()
113 test_status_t
116 test_status_t ret; in p_test_no_malloc_init()
/external/jemalloc/test/include/test/
Dtest.h295 } test_status_t; typedef
329 test_status_t p_test(test_t *t, ...);
330 test_status_t p_test_no_malloc_init(test_t *t, ...);