Home
last modified time | relevance | path

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

123456

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthread1.test53 thread_create A test.db
54 thread_create B test.db
55 thread_create C test.db
111 thread_create A test.db
117 thread_create B test.db
123 thread_create C test.db
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dthread.c45 thread_create( in thread_create() function
126 t = thread_create(stk, stksize, func, arg, len, NULL, TS_RUN, pri); in zthread_create()
H A Dmapfile-vers244 thread_create;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzthr.c270 t->zthr_thread = thread_create(NULL, 0, zthr_procedure, t, in zthr_create_timer()
391 t->zthr_thread = thread_create(NULL, 0, zthr_procedure, t, in zthr_resume()
H A Dtxg.c206 tx->tx_quiesce_thread = thread_create(NULL, 0, txg_quiesce_thread, in txg_sync_start()
214 tx->tx_sync_thread = thread_create(NULL, 32<<10, txg_sync_thread, in txg_sync_start()
/illumos-gate/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.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
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dthread.h96 extern kthread_t *thread_create(
/illumos-gate/usr/src/uts/common/disp/
H A Dthread_intr.c46 tp = thread_create(NULL, LL_INTR_STKSZ, in thread_create_intr()
H A Dthread.c281 tp = thread_create(NULL, 0, idle, NULL, 0, &p0, TS_STOPPED, -1); in thread_init()
303 (void) thread_create(NULL, 0, (void (*)())thread_reaper, in thread_init()
325 thread_create( in thread_create() function
1535 tp = thread_create(NULL, 0, in thread_create_intr()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/os/
H A Dmain.c669 (void) thread_create(NULL, 0, (void (*)())mod_uninstall_daemon, in main()
672 (void) thread_create(NULL, 0, seg_pasync_thread, in main()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_wr.c293 kctl.kctl_wr_thr = thread_create(NULL, 0, kctl_wr_thread, NULL, 0, &p0, in kctl_wr_thr_start()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dgraphics.c173 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()
/illumos-gate/usr/src/uts/sun4/os/
H A Dmp_startup.c111 tp = thread_create(NULL, 0, slave_startup, NULL, 0, &p0, in common_startup_init()
384 tp = thread_create(NULL, 0, idle, NULL, 0, &p0, TS_ONPROC, -1); in setup_cpu_common()
/illumos-gate/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()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Denviron.c245 (void) thread_create(NULL, 0, (void (*)())environ_overtemp_poll, in environ_attach()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_thread.c175 t = thread_create(NULL, 0, smb_thread_entry_point, sth, in smb_thread_start()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_drv.c493 if (thread_create(NULL, 0, vscan_drv_delayed_disable, in vscan_drv_close()
/illumos-gate/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()

123456