Searched defs:hb_atexit (Results 1 – 1 of 1) sorted by relevance
451 # define hb_atexit(_) HB_STMT_START { if (0) (_) (); } HB_STMT_END macro454 # define hb_atexit atexit macro457 # define hb_atexit(f) static hb_atexit_t<f> _hb_atexit_##__LINE__; macro