Searched refs:test_status_t (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc_new/test/src/ |
D | test.c | 6 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/ |
D | test.h | 295 } 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, ...);
|
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 98535 -} test_status_t; 98573 -test_status_t p_test(test_t *t, ...); 98574 -test_status_t p_test_no_reentrancy(test_t *t, ...); 98575 -test_status_t p_test_no_malloc_init(test_t *t, ...); 102212 -static test_status_t test_counts[test_status_count] = {0, 0, 0}; 102213 -static test_status_t test_status = test_status_pass; 102296 -test_status_string(test_status_t current_status) { 102320 -check_global_slow(test_status_t *status) { 102333 -static test_status_t 102335 - test_status_t ret; [all …]
|