Searched refs:test_callback (Results 1 – 4 of 4) sorted by relevance
90 typedef int (test_callback)(void); typedef95 test_callback *callback;
250 test_callback_t test_callback = *tsd_test_callbackp_get_unsafe(tsd); in tsd_cleanup() local252 if (test_callback != NULL) { in tsd_cleanup()253 test_callback(data); in tsd_cleanup()
163 typedef int (test_callback)(void); typedef168 test_callback *callback;
55 O(test_callback, test_callback_t, int)