Home
last modified time | relevance | path

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

/bionic/tests/libs/
Datexit_testlib.cpp22 static std::string* atexit_sequence = nullptr; variable
49 *atexit_sequence += " on"; in atexit_handler_from_atexit_from_atexit2()
54 *atexit_sequence += " sat"; in atexit_handler_from_atexit_from_atexit1()
59 *atexit_sequence += " Dumpty"; in atexit_handler_from_atexit()
67 *atexit_sequence += "Humpty"; in atexit_handler_with_atexit()
73 *atexit_sequence += " a wall"; in atexit_handler_regular()
88 atexit_sequence = sequence; in register_atexit()