Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/include/
Dthread_private.h91 void (*tc_atexit_lock)(void); member
217 _thread_cb.tc_atexit_lock(); \
/openbsd/src/lib/libc/thread/
Dcallbacks.c59 _thread_cb.tc_atexit_lock = _thread_atexit_lock; in _thread_set_callbacks()