Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dasynctest.c160 static int test_callback(void *arg) in test_callback() function
176 || ASYNC_WAIT_CTX_set_callback(waitctx, test_callback, (void *)&set_arg) in test_ASYNC_callback_status()
180 || test_callback != get_callback in test_ASYNC_callback_status()
/freebsd/contrib/jemalloc/src/
H A Dtsd.c424 test_callback_t test_callback = *tsd_test_callbackp_get_unsafe(tsd); in malloc_tsd_boot0()
426 if (test_callback != NULL) { in malloc_tsd_boot0()
427 test_callback(data); in malloc_tsd_boot0()
409 test_callback_t test_callback = *tsd_test_callbackp_get_unsafe(tsd); tsd_cleanup() local
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd.h49 O(test_callback, test_callback_t, int)