Home
last modified time | relevance | path

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

/openbsd/lib/libc/thread/
H A Drthread_tls.c84 if (_thread_cb.tc_thread_key_zero != NULL) in pthread_key_delete()
85 _thread_cb.tc_thread_key_zero(key); in pthread_key_delete()
/openbsd/lib/libc/include/
H A Dthread_private.h106 void (*tc_thread_key_zero)(int); member
/openbsd/lib/librthread/
H A Drthread.c219 cb.tc_thread_key_zero = _thread_key_zero; in _rthread_init()