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

  /external/stlport/src/
allocators.cpp 814 static void _S_destructor(void *instance);
884 void _Pthread_alloc_impl::_S_destructor(void *__instance) {
913 if (pthread_key_create(&_S_key, _S_destructor)) {
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 814 static void _S_destructor(void *instance);
884 void _Pthread_alloc_impl::_S_destructor(void *__instance) {
913 if (pthread_key_create(&_S_key, _S_destructor)) {
    [all...]

Completed in 329 milliseconds