Searched refs:handlers_key (Results 1 – 1 of 1) sorted by relevance
65 static thread_key_t handlers_key; variable772 if (thr_getspecific(handlers_key, (void **)&ptr) != 0 && in __fex_get_thr_handlers()773 thr_keycreate(&handlers_key, free) != 0) { in __fex_get_thr_handlers()783 if (thr_setspecific(handlers_key, (void *)ptr) != 0) { in __fex_get_thr_handlers()