Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/mail/
H A Dthread.h64 int thread_recursion(struct message *, int (*)(struct message *, void *), void *);
H A Dcmd2.c245 if (thread_recursion(mp, save1_core, &args)) { in save1()
702 (void)thread_recursion(mp, detach1_core, &args); in detach1()
H A Dcmd1.c367 (void)thread_recursion(mp, type1_core, &args); in type1()
558 (void)thread_recursion(mp, top_core, &args); in top()
H A Dextern.h359 # define thread_recursion(mp,fn,args) fn(mp,args) macro
H A Dsupport.c130 (void)thread_recursion(mp, set_m_flag_core, &args); in set_m_flag()
H A Dthread.c307 thread_recursion(struct message *mp, int (*fn)(struct message *, void *), void *args) in thread_recursion() function