Home
last modified time | relevance | path

Searched refs:test_callback (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/app/test-bbdev/
H A Dmain.h90 typedef int (test_callback)(void); typedef
95 test_callback *callback;
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtsd.c250 test_callback_t test_callback = *tsd_test_callbackp_get_unsafe(tsd); in tsd_cleanup() local
252 if (test_callback != NULL) { in tsd_cleanup()
253 test_callback(data); in tsd_cleanup()
/f-stack/dpdk/app/test/
H A Dtest.h163 typedef int (test_callback)(void); typedef
168 test_callback *callback;
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtsd.h55 O(test_callback, test_callback_t, int)