Home | History | Annotate | Download | only in src

Lines Matching refs:_S_destructor

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)) {