Searched refs:thread_recursion (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/usr.bin/mail/ |
H A D | thread.h | 64 int thread_recursion(struct message *, int (*)(struct message *, void *), void *);
|
H A D | cmd2.c | 245 if (thread_recursion(mp, save1_core, &args)) { in save1() 702 (void)thread_recursion(mp, detach1_core, &args); in detach1()
|
H A D | cmd1.c | 367 (void)thread_recursion(mp, type1_core, &args); in type1() 558 (void)thread_recursion(mp, top_core, &args); in top()
|
H A D | extern.h | 359 # define thread_recursion(mp,fn,args) fn(mp,args) macro
|
H A D | support.c | 130 (void)thread_recursion(mp, set_m_flag_core, &args); in set_m_flag()
|
H A D | thread.c | 307 thread_recursion(struct message *mp, int (*fn)(struct message *, void *), void *args) in thread_recursion() function
|