Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception_storage.cpp60 void destruct_ (void *p) { in destruct_() function
67 if ( 0 != pthread_key_create ( &key_, destruct_ ) ) in construct_()