Home
last modified time | relevance | path

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

/openbsd/lib/libc/include/
H A Dthread_private.h89 void (*tc_malloc_unlock)(int); member
210 _thread_cb.tc_malloc_unlock(n); \
/openbsd/lib/libc/thread/
H A Dcallbacks.c58 _thread_cb.tc_malloc_unlock = _thread_malloc_unlock; in _thread_set_callbacks()