Searched refs:stubs_key (Results 1 – 1 of 1) sorted by relevance
46 static pthread_key_t stubs_key; variable130 pthread_key_create(&stubs_key, stubs_state_free); in __stubs_key_init()135 stubs_state_t* s = static_cast<stubs_state_t*>(pthread_getspecific(stubs_key)); in __stubs_state()141 if (pthread_setspecific(stubs_key, s) != 0) { in __stubs_state()