Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h45 typedef void (*test_callback_t)(int *); typedef
49 O(test_callback, test_callback_t, int)
/src/contrib/jemalloc/src/
H A Dtsd.c424 test_callback_t test_callback = *tsd_test_callbackp_get_unsafe(tsd); in tsd_cleanup()