HomeSort by: relevance | last modified time | path
    Searched defs:m_cleanup (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c/
tc.h 57 atf_tc_cleanup_t m_cleanup; member in struct:atf_tc_pack
tc.c 545 atf_tc_cleanup_t m_cleanup; member in struct:atf_tc_impl
568 tc->pimpl->m_cleanup = cleanup;
614 pack->m_cleanup, config);
1050 if (tc->pimpl->m_cleanup != NULL)
1051 tc->pimpl->m_cleanup(tc);

Completed in 16 milliseconds