/titanic_50/usr/src/uts/common/io/warlock/ |
H A D | ddi_dki_comm.inc | 98 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 D | thread1.test | 55 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 D | thread.c | 42 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 D | thread.h | 94 extern kthread_t *thread_create(
|
/titanic_50/usr/src/uts/common/disp/ |
H A D | thread_intr.c | 54 tp = thread_create(NULL, 0, in thread_create_intr()
|
H A D | thread.c | 279 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 D | worker.c | 137 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 D | signal.c | 182 r = thread_create(&tid, mi_signal_thread, (void *)name);
|
H A D | monitor.c | 166 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
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_thread.c | 178 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 D | eib_main.c | 713 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 D | main.c | 646 (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 D | kctl_wr.c | 294 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 D | graphics.c | 171 progressbar_tid = thread_create(NULL, 0, progressbar_thread, in progressbar_start()
|
H A D | memscrub.c | 199 (void) thread_create(NULL, 0, (void (*)())memscrubber, NULL, 0, &p0, in memscrub_init()
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | mp_startup.c | 106 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 D | ipsec_loader.c | 180 tp = thread_create(NULL, 0, ipsec_loader, ipss, 0, &p0, in ipsec_loader_start()
|
/titanic_50/usr/src/uts/sun4u/sunfire/io/ |
H A D | environ.c | 245 (void) thread_create(NULL, 0, (void (*)())environ_overtemp_poll, in environ_attach()
|
/titanic_50/usr/src/uts/common/tnf/ |
H A D | tnf_res.c | 166 TNF_PROBE_3(thread_create, "thread", /* CSTYLED */, in tnf_thread_create()
|
/titanic_50/usr/src/uts/common/fs/dev/ |
H A D | sdev_comm.c | 446 (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 D | rdsv3_af_thr.c | 235 ringp->aft_worker = thread_create(NULL, 0, in rdsv3_af_thr_create()
|
/titanic_50/usr/src/uts/common/io/vscan/ |
H A D | vscan_drv.c | 493 if (thread_create(NULL, 0, vscan_drv_delayed_disable, in vscan_drv_close()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | txg.c | 205 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 D | rsmops.c | 157 p->thread_id = thread_create(NULL, 0, rsmops_thread_entry, in rsm_register_driver()
|