HomeSort by: relevance | last modified time | path
    Searched refs:thread_recursion (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/mail/
thread.h 64 int thread_recursion(struct message *, int (*)(struct message *, void *), void *);
cmd1.c 367 (void)thread_recursion(mp, type1_core, &args);
558 (void)thread_recursion(mp, top_core, &args);
cmd2.c 245 if (thread_recursion(mp, save1_core, &args)) {
701 (void)thread_recursion(mp, detach1_core, &args);
extern.h 359 # define thread_recursion(mp,fn,args) fn(mp,args) macro
support.c 130 (void)thread_recursion(mp, set_m_flag_core, &args);
thread.c 307 thread_recursion(struct message *mp, int (*fn)(struct message *, void *), void *args) function in typeref:typename:PUBLIC int

Completed in 62 milliseconds