Home
last modified time | relevance | path

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

/system/ulib/zxcpp/
A Dthread_atexit.cpp6 extern "C" int __cxa_thread_atexit_impl(void(*dtor)(void*), void* obj,
9 extern "C" int __cxa_thread_atexit(void(*dtor)(void*), void* obj, in __cxa_thread_atexit()
12 return __cxa_thread_atexit_impl(dtor, obj, dso_symbol); in __cxa_thread_atexit()
/system/utest/core/pthread-tls/
A Dtls-test.c17 void dtor(void* unused) { in dtor() function
45 ASSERT_EQ(pthread_key_create(&tsd_key_dtor, dtor), 0, "Error during key creation"); in tls_test()

Completed in 4 milliseconds