Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/include/
Dthread_private.h101 void (*tc_tag_unlock)(void **); member
168 if (_thread_cb.tc_tag_unlock != NULL) \
169 _thread_cb.tc_tag_unlock(&(__THREAD_NAME(name))); \
/openbsd/src/lib/libc/thread/
Dcallbacks.c69 _thread_cb.tc_tag_unlock = _thread_tag_unlock; in _thread_set_callbacks()