Home
last modified time | relevance | path

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

/freebsd-12.1/tools/KSE/rr/
H A Drr.c377 thread_create(const void *func, int arg) in thread_create() function
398 tm = thread_create(func, arg); in thread_start()
399 tm2 = thread_create(enter_uts, (int)data); in thread_start()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzthr.c238 t->zthr_thread = thread_create(NULL, 0, zthr_procedure, t, in zthr_create_timer()
304 t->zthr_thread = thread_create(NULL, 0, zthr_procedure, t, in zthr_resume()
H A Dtxg.c211 tx->tx_quiesce_thread = thread_create(NULL, 0, txg_quiesce_thread, in txg_sync_start()
219 tx->tx_sync_thread = thread_create(NULL, 32<<10, txg_sync_thread, in txg_sync_start()
H A Dvdev_initialize.c686 vd->vdev_initialize_thread = thread_create(NULL, 0, in vdev_initialize()
H A Dtrim_map.c593 spa->spa_trim_thread = thread_create(NULL, 0, trim_thread, spa, 0, &p0, in trim_thread_create()
H A Dvdev_removal.c358 svr->svr_thread = thread_create(NULL, 0, in vdev_remove_initiate_sync()
472 svr->svr_thread = thread_create(NULL, 0, spa_vdev_remove_thread, spa, in spa_restart_removal()
H A Ddmu_send.c935 (void) thread_create(NULL, 0, send_traverse_thread, &to_arg, 0, &p0, in dmu_send_impl()
3090 (void) thread_create(NULL, 0, receive_writer_thread, &rwa, 0, &p0, in dmu_recv_stream()
H A Darc.c7266 (void) thread_create(NULL, 0, arc_dnlc_evicts_thread, NULL, 0, &p0, in arc_init()
8539 (void) thread_create(NULL, 0, l2arc_feed_thread, NULL, 0, &p0, in l2arc_start()
H A Dspa.c7368 spa->spa_async_thread = thread_create(NULL, 0,
7381 spa->spa_async_thread_vd = thread_create(NULL, 0,
H A Ddbuf.c878 dbuf_cache_evict_thread = thread_create(NULL, 0, dbuf_evict_thread, in dbuf_init()
/freebsd-12.1/tools/KSE/ksetest/
H A Dkse_threads_test.c466 thread_create(const void *func, int arg) in thread_create() function
487 tm = thread_create(func, arg); in thread_start()
488 tm2 = thread_create(enter_uts, (int)data); in thread_start()
/freebsd-12.1/contrib/sendmail/libmilter/
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) in mi_pool_controller_init()
310 if ((r = thread_create(&tid, mi_worker, (void *) NULL)) != 0) in mi_pool_controller_init()
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); in mi_monitor_init()
H A Dlibmilter.h131 # define thread_create(ptid,wr,arg) pthread_create(ptid, NULL, wr, arg) macro
H A Dlistener.c956 if ((r = thread_create(&thread_id,
/freebsd-12.1/sys/compat/cloudabi32/
H A Dcloudabi32_thread.c72 error = thread_create(td, NULL, initialize_thread, &args); in cloudabi32_sys_thread_create()
/freebsd-12.1/sys/compat/cloudabi64/
H A Dcloudabi64_thread.c72 error = thread_create(td, NULL, initialize_thread, &args); in cloudabi64_sys_thread_create()
/freebsd-12.1/sys/kern/
H A Dkern_thr.c128 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-12.1/sys/cddl/compat/opensolaris/sys/
H A Dproc.h91 #define thread_create(stk, stksize, proc, arg, len, pp, state, pri) \ macro
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h223 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ macro
/freebsd-12.1/sys/sys/
H A Dproc.h1120 int thread_create(struct thread *td, struct rtprio *rtp,