Searched refs:_M_key (Results 1 – 2 of 2) sorted by relevance
98 __gthread_key_t _M_key; member104 _M_init = __gthread_key_create(&_M_key, eh_globals_dtor) == 0; in __eh_globals_init()110 __gthread_key_delete(_M_key); in ~__eh_globals_init()122 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key)); in __cxa_get_globals_fast()134 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key)); in __cxa_get_globals()138 if (v == 0 || __gthread_setspecific(init._M_key, v) != 0) in __cxa_get_globals()
48 __gthread_key_t _M_key; member54 __gthread_key_delete(_M_key); in ~__freelist()528 __gthread_key_create(&freelist._M_key, in _M_initialize()616 void* v = __gthread_getspecific(freelist._M_key); in _M_get_thread_id()630 __gthread_setspecific(freelist._M_key, (void*)_M_id); in _M_get_thread_id()721 __gthread_key_create(&freelist._M_key, in _M_initialize()