Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dthread.h71 typedef DWORD isc_thread_key_t; typedef
87 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);
/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dthread.c75 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()
/freebsd/contrib/ntp/libntp/lib/isc/pthreads/include/isc/
H A Dthread.h36 typedef pthread_key_t isc_thread_key_t; typedef