HomeSort by relevance Sort by last modified time
    Searched refs:atexit_call_sequence (Results 1 - 2 of 2) sorted by null

  /bionic/tests/
atexit_test.cpp 38 std::string atexit_call_sequence; local
57 reinterpret_cast<void (*)(std::string*, bool*, bool*)>(sym)(&atexit_call_sequence, &valid_this_in_static_dtor, &attr_dtor_called);
61 ASSERT_EQ("Humpty Dumpty sat on a wall", atexit_call_sequence);
__cxa_thread_atexit_test.cpp 135 std::string atexit_call_sequence; local
138 ASSERT_EQ(0, pthread_create(&t, nullptr, thread_main, &atexit_call_sequence));
140 ASSERT_EQ("one, two, three, oops, four, five.", atexit_call_sequence);

Completed in 967 milliseconds