Home | History | Annotate | Download | only in src

Lines Matching refs:_S_key

810   static pthread_key_t _S_key;
907 if (_S_key_initialized && (__result = (__state_type*) pthread_getspecific(_S_key)))
913 if (pthread_key_create(&_S_key, _S_destructor)) {
920 __ret_code = pthread_setspecific(_S_key, __result);
1095 pthread_key_t _Pthread_alloc_impl::_S_key = 0;