Searched refs:tdestroy (Results 1 – 4 of 4) sorted by relevance
23 void tdestroy(void* root, void (*destroy_func)(void*)) { in tdestroy() function29 tdestroy(root_node->llink, destroy_func); in tdestroy()32 tdestroy(root_node->rlink, destroy_func); in tdestroy()
39 void tdestroy(void*, void (*)(void*));
113 tdestroy(root, node_free); in TEST()
222 bionic/tdestroy.cpp \