Searched refs:isc_thread_key_t (Results 1 – 3 of 3) sorted by relevance
71 typedef DWORD isc_thread_key_t; typedef87 isc_thread_key_create(isc_thread_key_t *key, void (*func)(void *));90 isc_thread_key_delete(isc_thread_key_t key);93 isc_thread_key_getspecific(isc_thread_key_t);96 isc_thread_key_setspecific(isc_thread_key_t key, void *value);
75 isc_thread_key_getspecific(isc_thread_key_t key) { in isc_thread_key_getspecific()80 isc_thread_key_setspecific(isc_thread_key_t key, void *value) { in isc_thread_key_setspecific()85 isc_thread_key_create(isc_thread_key_t *key, void (*func)(void *)) { in isc_thread_key_create()92 isc_thread_key_delete(isc_thread_key_t key) { in isc_thread_key_delete()
36 typedef pthread_key_t isc_thread_key_t; typedef