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

/sendmail/libmilter/
H A Dsignal.c180 r = thread_create(&tid, mi_signal_thread, (void *)name);
H A Dmonitor.c164 r = thread_create(&tid, mi_monitor_thread, (void *)NULL);
H A Dworker.c137 if ((r = thread_create(&tid, mi_worker, ctx)) != 0) \
298 if ((r = thread_create(&tid, mi_pool_controller, (void *) NULL)) != 0)
310 if ((r = thread_create(&tid, mi_worker, (void *) NULL)) != 0)
H A Dlibmilter.h131 # define thread_create(ptid,wr,arg) pthread_create(ptid, NULL, wr, arg) macro
H A Dlistener.c669 ** thread_create() failed, returned 11 (EINVAL)
727 int tcnt = 0; /* error count for thread_create() failures */
940 # define LOG_CRT_FAIL "%s: thread_create() failed: %d, %s"
941 if ((r = thread_create(&thread_id,

Completed in 31 milliseconds