Home
last modified time | relevance | path

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

/openbsd/lib/libc/sys/
H A Dw_vfork.c27 if (_thread_cb.tc_vfork != NULL) in WRAP()
28 return (_thread_cb.tc_vfork()); in WRAP()
/openbsd/lib/libc/include/
H A Dthread_private.h105 __pid_t (*tc_vfork)(void); member
/openbsd/lib/librthread/
H A Drthread.c217 cb.tc_vfork = _thread_vfork; in _rthread_init()