Home
last modified time | relevance | path

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

/bionic/tests/
D__cxa_atexit_test.cpp50 auto append_to_actual = [](void* arg) { in TEST() local
57 __cxxabiv1::__cxa_atexit(append_to_actual, new int{i}, &handles[i % 2]); in TEST()
63 __cxxabiv1::__cxa_atexit(append_to_actual, new int{i}, &handles[1]); in TEST()