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

/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dproc.h66 thread_create(caddr_t stk, size_t stksize, void (*proc)(void *), void *arg, function
/freebsd-9.3-release/contrib/bind9/
H A Dconfig.threads.in120 AC_CHECK_LIB(thr, thread_create,,
/freebsd-9.3-release/contrib/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,
/freebsd-9.3-release/tools/KSE/ksetest/
H A Dkse_threads_test.c466 thread_create(const void *func, int arg) function
487 tm = thread_create(func, arg);
488 tm2 = thread_create(enter_uts, (int)data);
/freebsd-9.3-release/tools/KSE/rr/
H A Drr.c377 thread_create(const void *func, int arg) function
398 tm = thread_create(func, arg);
399 tm2 = thread_create(enter_uts, (int)data);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtxg.c211 tx->tx_quiesce_thread = thread_create(NULL, 0, txg_quiesce_thread,
219 tx->tx_sync_thread = thread_create(NULL, 32<<10, txg_sync_thread,
H A Dtrim_map.c598 spa->spa_trim_thread = thread_create(NULL, 0, trim_thread, spa, 0, &p0,
H A Darc.c4131 (void) thread_create(NULL, 0, arc_reclaim_thread, NULL, 0, &p0,
5564 (void) thread_create(NULL, 0, l2arc_feed_thread, NULL, 0, &p0,
H A Dspa.c6036 spa->spa_async_thread = thread_create(NULL, 0,
6049 spa->spa_async_thread_vd = thread_create(NULL, 0,
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h212 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ macro

Completed in 197 milliseconds