| /freebsd-12.1/tools/KSE/rr/ |
| H A D | rr.c | 377 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 D | zthr.c | 238 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 D | txg.c | 211 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 D | vdev_initialize.c | 686 vd->vdev_initialize_thread = thread_create(NULL, 0, in vdev_initialize()
|
| H A D | trim_map.c | 593 spa->spa_trim_thread = thread_create(NULL, 0, trim_thread, spa, 0, &p0, in trim_thread_create()
|
| H A D | vdev_removal.c | 358 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 D | dmu_send.c | 935 (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 D | arc.c | 7266 (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 D | spa.c | 7368 spa->spa_async_thread = thread_create(NULL, 0, 7381 spa->spa_async_thread_vd = thread_create(NULL, 0,
|
| H A D | dbuf.c | 878 dbuf_cache_evict_thread = thread_create(NULL, 0, dbuf_evict_thread, in dbuf_init()
|
| /freebsd-12.1/tools/KSE/ksetest/ |
| H A D | kse_threads_test.c | 466 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 D | worker.c | 137 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 D | signal.c | 180 r = thread_create(&tid, mi_signal_thread, (void *)name);
|
| H A D | monitor.c | 164 r = thread_create(&tid, mi_monitor_thread, (void *)NULL); in mi_monitor_init()
|
| H A D | libmilter.h | 131 # define thread_create(ptid,wr,arg) pthread_create(ptid, NULL, wr, arg) macro
|
| H A D | listener.c | 956 if ((r = thread_create(&thread_id,
|
| /freebsd-12.1/sys/compat/cloudabi32/ |
| H A D | cloudabi32_thread.c | 72 error = thread_create(td, NULL, initialize_thread, &args); in cloudabi32_sys_thread_create()
|
| /freebsd-12.1/sys/compat/cloudabi64/ |
| H A D | cloudabi64_thread.c | 72 error = thread_create(td, NULL, initialize_thread, &args); in cloudabi64_sys_thread_create()
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_thr.c | 128 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 D | proc.h | 91 #define thread_create(stk, stksize, proc, arg, len, pp, state, pri) \ macro
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzpool/common/sys/ |
| H A D | zfs_context.h | 223 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ macro
|
| /freebsd-12.1/sys/sys/ |
| H A D | proc.h | 1120 int thread_create(struct thread *td, struct rtprio *rtp,
|