Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/stdio/
Dlocal.h100 if (_thread_cb.tc_flockfile != NULL) \
101 _thread_cb.tc_flockfile(fp); \
/openbsd/src/lib/libc/thread/
Dcallbacks.c54 _thread_cb.tc_flockfile = _thread_flockfile; in _thread_set_callbacks()
/openbsd/src/lib/libc/include/
Dthread_private.h86 void (*tc_flockfile)(struct __sFILE *); member