Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp814 static void _S_destructor(void *instance);
884 void _Pthread_alloc_impl::_S_destructor(void *__instance) { in _S_destructor() function in _Pthread_alloc_impl
913 if (pthread_key_create(&_S_key, _S_destructor)) { in _S_get_per_thread_state()