Home
last modified time | relevance | path

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

/openbsd/lib/libc/include/
H A Dthread_private.h98 void (*tc_mutex_destroy)(void **); member
196 _thread_cb.tc_mutex_destroy(mutex); \
/openbsd/lib/libc/thread/
H A Dcallbacks.c67 _thread_cb.tc_mutex_destroy = _thread_mutex_destroy; in _thread_set_callbacks()