Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/mail/
H A Dthread.c292 thread_recursion_flist(struct message *mp, int (*fn)(struct message *, void *), void *args) in thread_recursion_flist() function
299 (retval = thread_recursion_flist(mp->m_clink, fn, args)) != 0) in thread_recursion_flist()
317 (retval = thread_recursion_flist(mp->m_clink, fn, args)) != 0) in thread_recursion()