Home
last modified time | relevance | path

Searched refs:stubs_key (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dstubs.cpp46 static pthread_key_t stubs_key; variable
130 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()