Home
last modified time | relevance | path

Searched refs:thread_create (Results 1 – 25 of 25) sorted by relevance

/freebsd-14-stable/contrib/sendmail/libmilter/
HDworker.c137 if ((r = thread_create(&tid, mi_worker, ctx)) != 0) \
298 if ((r = thread_create(&tid, mi_pool_controller, (void *) NULL)) != 0) in mi_pool_controller_init()
310 if ((r = thread_create(&tid, mi_worker, (void *) NULL)) != 0) in mi_pool_controller_init()
HDsignal.c180 r = thread_create(&tid, mi_signal_thread, (void *)name);
HDmonitor.c164 r = thread_create(&tid, mi_monitor_thread, (void *)NULL); in mi_monitor_init()
HDlibmilter.h131 # define thread_create(ptid,wr,arg) pthread_create(ptid, NULL, wr, arg) macro
HDlistener.c956 if ((r = thread_create(&thread_id,
/freebsd-14-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
HDthread.h52 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ macro
/freebsd-14-stable/sys/kern/
HDkern_thr.c125 return (thread_create(td, NULL, thr_create_initthr, &args)); in sys_thr_create()
188 return (thread_create(td, rtpp, thr_new_initthr, param)); in kern_thr_new()
192 thread_create(struct thread *td, struct rtprio *rtp, in thread_create() function
/freebsd-14-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDproc.h98 #define thread_create(stk, stksize, proc, arg, len, pp, state, pri) \ macro
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDvdev_rebuild.c258 vd->vdev_rebuild_thread = thread_create(NULL, 0, in vdev_rebuild_initiate_sync()
436 vd->vdev_rebuild_thread = thread_create(NULL, 0, in vdev_rebuild_reset_sync()
1058 vd->vdev_rebuild_thread = thread_create(NULL, 0, in vdev_rebuild_restart_impl()
HDtxg.c208 tx->tx_quiesce_thread = thread_create(NULL, 0, txg_quiesce_thread, in txg_sync_start()
216 tx->tx_sync_thread = thread_create(NULL, 0, txg_sync_thread, in txg_sync_start()
HDvdev_trim.c1011 vd->vdev_trim_thread = thread_create(NULL, 0, in vdev_trim()
1499 tvd->vdev_autotrim_thread = thread_create(NULL, 0, in vdev_autotrim()
1698 vd->vdev_trim_thread = thread_create(NULL, 0, in vdev_trim_l2arc()
HDdmu_send.c2076 (void) thread_create(NULL, 0, send_traverse_thread, to_arg, 0, in setup_to_thread()
2096 (void) thread_create(NULL, 0, redact_list_thread, from_arg, 0, in setup_from_thread()
2116 (void) thread_create(NULL, 0, redact_list_thread, rlt_arg, 0, in setup_redact_list_thread()
2137 (void) thread_create(NULL, 0, send_merge_thread, smt_arg, 0, curproc, in setup_merge_thread()
2152 (void) thread_create(NULL, 0, send_reader_thread, srt_arg, 0, in setup_reader_thread()
HDdmu_redact.c1152 (void) thread_create(NULL, 0, redact_traverse_thread, rta, in dmu_redact_snap()
1164 (void) thread_create(NULL, 0, redact_merge_thread, rmta, 0, curproc, in dmu_redact_snap()
HDmmp.c237 mmp->mmp_thread = thread_create(NULL, 0, mmp_thread, in mmp_thread_start()
HDvdev_initialize.c636 vd->vdev_initialize_thread = thread_create(NULL, 0, in vdev_initialize()
HDvdev_removal.c536 svr->svr_thread = thread_create(NULL, 0, in vdev_remove_initiate_sync()
651 svr->svr_thread = thread_create(NULL, 0, spa_vdev_remove_thread, spa, in spa_restart_removal()
HDdmu_recv.c3371 (void) thread_create(NULL, 0, receive_writer_thread, rwa, 0, curproc, in dmu_recv_stream()
HDarc.c9703 (void) thread_create(NULL, 0, l2arc_feed_thread, NULL, 0, &p0, in l2arc_start()
9745 (void) thread_create(NULL, 0, l2arc_dev_rebuild_thread, in l2arc_spa_rebuild_start()
HDdbuf.c967 dbuf_cache_evict_thread = thread_create(NULL, 0, dbuf_evict_thread, in dbuf_init()
HDspa.c8917 spa->spa_async_thread = thread_create(NULL, 0,
/freebsd-14-stable/sys/contrib/openzfs/lib/libzpool/
HDtaskq.c298 VERIFY((tq->tq_threadlist[t] = thread_create(NULL, 0, in taskq_create()
/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDzfs_context.h232 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \
/freebsd-14-stable/sys/contrib/openzfs/cmd/raidz_test/
HDraidz_test.c946 VERIFY3P(thread_create(NULL, 0, sweep_thread, (void *) opts, in run_sweep()
/freebsd-14-stable/sys/sys/
HDproc.h1269 int thread_create(struct thread *td, struct rtprio *rtp,
/freebsd-14-stable/sys/contrib/openzfs/cmd/
HDztest.c7619 resume_thread = thread_create(NULL, 0, ztest_resume_thread, in ztest_run()
7625 deadman_thread = thread_create(NULL, 0, ztest_deadman_thread, in ztest_run()
7700 run_threads[t] = thread_create(NULL, 0, ztest_thread, in ztest_run()