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

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

Completed in 51 milliseconds