Home
last modified time | relevance | path

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

123456

/titanic_50/usr/src/uts/common/io/warlock/
H A Dddi_dki_comm.inc98 thread_create(0, 0, (void (*)())fp, 0, 0, 0, 0, 0);
105 thread_create(0, 0, (void (*)())fp, 0, 0, 0, 0, 0);
113 thread_create(0, 0, (void (*)())fp, 0, 0, 0, 0, 0);
120 thread_create(0, 0, (void (*)())inthandler, 0, 0, 0, 0, 0);
127 thread_create(0, 0, (void (*)())handler, 0, 0, 0, 0, 0);
144 thread_create(0, 0, (void (*)())fp, 0, 0, 0, 0, 0);
159 thread_create(0, 0, (void (*)())fp, 0, 0, 0, 0, 0);
168 thread_create(0, 0, (void (*)())fp, 0, 0, 0, 0, 0);
/titanic_50/usr/src/lib/libsqlite/test/
H A Dthread1.test55 thread_create A test.db
56 thread_create B test.db
57 thread_create C test.db
113 thread_create A test.db
119 thread_create B test.db
125 thread_create C test.db
/titanic_50/usr/src/lib/libfakekernel/common/
H A Dthread.c42 thread_create( in thread_create() function
115 t = thread_create(stk, stksize, func, arg, len, NULL, TS_RUN, pri); in zthread_create()
/titanic_50/usr/src/lib/libfakekernel/common/sys/
H A Dthread.h94 extern kthread_t *thread_create(
/titanic_50/usr/src/uts/common/disp/
H A Dthread_intr.c54 tp = thread_create(NULL, 0, in thread_create_intr()
H A Dthread.c279 tp = thread_create(NULL, 0, idle, NULL, 0, &p0, TS_STOPPED, -1); in thread_init()
301 (void) thread_create(NULL, 0, (void (*)())thread_reaper, in thread_init()
323 thread_create( in thread_create() function
1368 tp = thread_create(NULL, 0, in thread_create_intr()
/titanic_50/usr/src/cmd/sendmail/libmilter/
H A Dworker.c137 if ((r = thread_create(&tid, mi_worker, ctx)) != 0) \
254 if ((r = thread_create(&tid, mi_pool_controller, (void *) NULL)) != 0) in mi_pool_controller_init()
266 if ((r = thread_create(&tid, mi_worker, (void *) NULL)) != 0) in mi_pool_controller_init()
H A Dsignal.c182 r = thread_create(&tid, mi_signal_thread, (void *)name);
H A Dmonitor.c166 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
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_thread.c178 thread_create(NULL, 0, emlxs_taskq_thread, in emlxs_taskq_create()
368 thread_create(NULL, 0, emlxs_thread, (char *)ethread, 0, &p0, in emlxs_thread_create()
565 (void) thread_create(NULL, 0, &emlxs_thread, (char *)ethread, 0, &p0, in emlxs_thread_spawn()
/titanic_50/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_main.c713 kt = thread_create(NULL, 0, eib_events_handler, ss, 0, in eib_state_init()
717 kt = thread_create(NULL, 0, eib_refill_rwqes, ss, 0, in eib_state_init()
721 kt = thread_create(NULL, 0, eib_vnic_creator, ss, 0, in eib_state_init()
725 kt = thread_create(NULL, 0, eib_manage_keepalives, ss, 0, in eib_state_init()
/titanic_50/usr/src/uts/common/os/
H A Dmain.c646 (void) thread_create(NULL, 0, (void (*)())mod_uninstall_daemon, in main()
649 (void) thread_create(NULL, 0, seg_pasync_thread, in main()
/titanic_50/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_wr.c294 kctl.kctl_wr_thr = thread_create(NULL, 0, kctl_wr_thread, NULL, 0, &p0, in kctl_wr_thr_start()
/titanic_50/usr/src/uts/i86pc/os/
H A Dgraphics.c171 progressbar_tid = thread_create(NULL, 0, progressbar_thread, in progressbar_start()
H A Dmemscrub.c199 (void) thread_create(NULL, 0, (void (*)())memscrubber, NULL, 0, &p0, in memscrub_init()
/titanic_50/usr/src/uts/sun4/os/
H A Dmp_startup.c106 tp = thread_create(NULL, 0, slave_startup, NULL, 0, &p0, in common_startup_init()
375 tp = thread_create(NULL, 0, idle, NULL, 0, &p0, TS_ONPROC, -1); in setup_cpu_common()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dipsec_loader.c180 tp = thread_create(NULL, 0, ipsec_loader, ipss, 0, &p0, in ipsec_loader_start()
/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Denviron.c245 (void) thread_create(NULL, 0, (void (*)())environ_overtemp_poll, in environ_attach()
/titanic_50/usr/src/uts/common/tnf/
H A Dtnf_res.c166 TNF_PROBE_3(thread_create, "thread", /* CSTYLED */, in tnf_thread_create()
/titanic_50/usr/src/uts/common/fs/dev/
H A Dsdev_comm.c446 (void) thread_create(NULL, 0, sdev_config_all_thread, dv, 0, in sdev_devfsadmd_thread()
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_af_thr.c235 ringp->aft_worker = thread_create(NULL, 0, in rdsv3_af_thr_create()
/titanic_50/usr/src/uts/common/io/vscan/
H A Dvscan_drv.c493 if (thread_create(NULL, 0, vscan_drv_delayed_disable, in vscan_drv_close()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dtxg.c205 tx->tx_quiesce_thread = thread_create(NULL, 0, txg_quiesce_thread, in txg_sync_start()
213 tx->tx_sync_thread = thread_create(NULL, 32<<10, txg_sync_thread, in txg_sync_start()
/titanic_50/usr/src/uts/common/io/rsm/
H A Drsmops.c157 p->thread_id = thread_create(NULL, 0, rsmops_thread_entry, in rsm_register_driver()

123456