Symbol: thr_create
usr/src/cmd/cdrw/trackio.c
376
if (thr_create(0, 0, write_to_cd, NULL,
usr/src/cmd/cdrw/trackio.c
389
if (thr_create(0, 0, progress_callback, NULL,
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
633
if (thr_create(NULL, 0, ns_warning_thr, NULL,
usr/src/cmd/cmd-inet/usr.sbin/in.rarpd.c
274
(void) thr_create(NULL, 0, (void *(*)(void *))do_delay_write, NULL,
usr/src/cmd/cmd-inet/usr.sbin/in.rarpd.c
282
(void) thr_create(NULL, 0,
usr/src/cmd/cmd-inet/usr.sbin/ping/ping.c
716
if (thr_create(NULL, 0, ns_warning_thr, NULL,
usr/src/cmd/cmd-inet/usr.sbin/traceroute/traceroute.c
534
if (thr_create(NULL, 0, ns_warning_thr, NULL,
usr/src/cmd/cpc/common/cpustat.c
466
if (thr_create(NULL, 0, soaker, state, 0, &tid) != 0)
usr/src/cmd/cpc/common/cpustat.c
749
if (thr_create(NULL, 0, gtick, this,
usr/src/cmd/dcs/sparc/sun4u/dcs_ses.c
136
thr_err = thr_create(NULL, 0, ses_handler, (void *)fd,
usr/src/cmd/devfsadm/devfsadm.c
381
if (thr_create(NULL, 0,
usr/src/cmd/devfsadm/devfsadm.c
393
if (thr_create(NULL, 0, minor_fini_thread,
usr/src/cmd/fs.d/autofs/autod_main.c
292
if (thr_create(NULL, 0, (void *(*)(void *))cache_cleanup, NULL,
usr/src/cmd/fs.d/nfs/lib/thrpool.c
122
(void) thr_create(NULL, THR_MIN_STACK, svcstart, (void *)id,
usr/src/cmd/fs.d/nfs/lib/thrpool.c
188
if (thr_create(NULL, THR_MIN_STACK * 2, svc_rdma_creator, (void *)rsa,
usr/src/cmd/fs.d/nfs/lib/thrpool.c
205
if (thr_create(NULL, THR_MIN_STACK * 2, svcblock, (void *)id,
usr/src/cmd/fs.d/nfs/mountd/mountd.c
718
if (thr_create(NULL, 0, nfsauth_svc, 0, thr_flags, &nfsauth_thread)) {
usr/src/cmd/fs.d/nfs/mountd/mountd.c
730
if (thr_create(NULL, 0, cmd_svc, 0, thr_flags, &cmd_thread)) {
usr/src/cmd/fs.d/nfs/mountd/mountd.c
742
if (thr_create(NULL, 0, logging_svc, 0, thr_flags, &logging_thread)) {
usr/src/cmd/fs.d/nfs/nfsmapid/nfsmapid.c
189
if (thr_create(NULL, 0, sig_handler, 0, thr_flags, &sig_thread)) {
usr/src/cmd/fs.d/nfs/statd/sm_proc.c
698
if (thr_create(NULL, 0, thr_send_notice,
usr/src/cmd/fs.d/nfs/statd/sm_statd.c
241
if (thr_create(NULL, 0, thr_statd_init, NULL, THR_DETACHED, NULL)) {
usr/src/cmd/fs.d/nfs/statd/sm_statd.c
312
if (thr_create(NULL, 0, thr_call_statd, name, 0, NULL)) {
usr/src/cmd/fs.d/nfs/statd/sm_statd.c
386
if (thr_create(NULL, 0, thr_call_statd, name, 0, NULL)) {
usr/src/cmd/fs.d/nfs/statd/sm_statd.c
437
if (thr_create(NULL, 0, sm_try, NULL, THR_DETACHED, NULL))
usr/src/cmd/fs.d/nfs/statd/sm_svc.c
704
if (thr_create(NULL, 0, (void *(*)(void *))thr_statd_merges, NULL,
usr/src/cmd/fs.d/smbclnt/fksmbcl/fkiod_cl.c
136
err = thr_create(NULL, 0, iod_work, ctx, THR_DETACHED, &tid);
usr/src/cmd/fs.d/smbclnt/smbiod/smbiod.c
316
err = thr_create(NULL, 0, iod_work, ctx, THR_DETACHED, &tid);
usr/src/cmd/krb5/kwarn/kwarnd.c
195
if (thr_create(NULL, 0,
usr/src/cmd/ldap/common/ldapmodify.c
201
if ( thr_create(NULL, 0, process, NULL, NULL, NULL) != 0 )
usr/src/cmd/ldapcachemgr/cachemgr.c
257
(void) thr_create(NULL, 0, server_tsd_bind, NULL,
usr/src/cmd/ldapcachemgr/cachemgr.c
569
if (thr_create(NULL, 0, (void *(*)(void*))getldap_refresh,
usr/src/cmd/ldapcachemgr/cachemgr.c
582
if (thr_create(NULL, 0, (void *(*)(void*))getldap_serverInfo_refresh,
usr/src/cmd/ldapcachemgr/cachemgr.c
596
if (thr_create(NULL, 0, chg_cleanup_waiting_threads,
usr/src/cmd/ldapcachemgr/cachemgr.c
608
if (thr_create(NULL, 0, (void *(*)(void *))discover,
usr/src/cmd/ldapcachemgr/cachemgr_change.c
586
if (thr_create(NULL, 0, chg_cleanup_waiting_threads,
usr/src/cmd/ldapcachemgr/cachemgr_getldap.c
2923
if (thr_create(NULL, 0, remove_server_thread,
usr/src/cmd/ldapcachemgr/cachemgr_getldap.c
829
if (thr_create(NULL, 0,
usr/src/cmd/nscd/cache.c
1163
if (thr_create(NULL, 0, revalidate, ctx, 0, NULL) != 0) {
usr/src/cmd/nscd/cache.c
1177
if (thr_create(NULL, 0, reaper, ctx, 0, NULL) != 0) {
usr/src/cmd/nscd/cache.c
1980
errnum = thr_create(NULL, 0, do_update, in, 0|THR_DETACHED, NULL);
usr/src/cmd/nscd/nscd_frontend.c
119
(void) thr_create(NULL, 0, server_tsd_bind, NULL,
usr/src/cmd/nscd/nscd_frontend.c
1255
if (thr_create(NULL, 0,
usr/src/cmd/nscd/nscd_frontend.c
1321
if (thr_create(NULL, 0,
usr/src/cmd/nscd/nscd_getentctx.c
770
if (thr_create(NULL, 0, reclaim_getent_ctx,
usr/src/cmd/nscd/nscd_selfcred.c
1525
if (thr_create(NULL, 0, check_user_process,
usr/src/cmd/nscd/nscd_selfcred.c
612
(void) thr_create(NULL, 0, forker_monitor, NULL,
usr/src/cmd/nscd/nscd_selfcred.c
694
(void) thr_create(NULL, 0, child_monitor,
usr/src/cmd/nscd/nscd_smfmonitor.c
150
if (thr_create(NULL, 0, set_smf_state,
usr/src/cmd/picl/plugins/common/piclevent/picl_slm.c
402
if (thr_create(NULL, 0, piclslm_deliver_thr,
usr/src/cmd/picl/plugins/sun4v/pri/priplugin.c
127
if ((status = thr_create(NULL, 0, pri_worker_thread, NULL, THR_BOUND,
usr/src/cmd/picl/plugins/sun4v/pri/priplugin.c
134
} else if ((status = thr_create(NULL, 0, pri_reader_thread, NULL,
usr/src/cmd/picl/plugins/sun4v/snmp/snmpplugin.c
335
if ((ret = thr_create(NULL, 0, tree_builder, NULL,
usr/src/cmd/picl/plugins/sun4v/snmp/snmpplugin.c
359
if (thr_create(NULL, 0, cache_refresher, NULL, THR_BOUND,
usr/src/cmd/power/powerd.c
1250
if (thr_create(NULL, 0, attach_devices, NULL,
usr/src/cmd/power/powerd.c
311
if (thr_create(NULL, 0, power_button_monitor, NULL,
usr/src/cmd/power/powerd.c
325
if (thr_create(NULL, 0, system_activity_monitor, NULL,
usr/src/cmd/power/powerd.c
336
if (thr_create(NULL, 0, autos3_monitor, NULL, THR_DAEMON,
usr/src/cmd/rcm_daemon/common/rcm_lock.c
1596
if ((err = thr_create(NULL, 0, pollfunc, NULL, THR_DETACHED,
usr/src/cmd/rcm_daemon/common/rcm_script.c
1355
if (thr_create(NULL, 0, (void *(*)(void *))read_stderr, rsi,
usr/src/cmd/rcm_daemon/common/rcm_subr.c
1751
if (thr_create(NULL, 0, db_clean, NULL, THR_DETACHED, NULL) != 0) {
usr/src/cmd/rpcbind/rpcbind.c
1126
(void) thr_create(NULL, 0, logthread, NULL, THR_DETACHED, &tid);
usr/src/cmd/rpcbind/rpcbind.c
337
if (thr_create(NULL, 0, (void *(*)(void *))terminate, NULL, 0, NULL)) {
usr/src/cmd/rpcsvc/rwall.c
207
if (thr_create(NULL, 0, do_one, thread_hostname,
usr/src/cmd/sgs/libelf/demo/tpcom.c
162
if ((rc = thr_create(NULL, 0,
usr/src/cmd/sgs/libelf/demo/tpcom.c
247
if ((rc = thr_create(NULL, 0, (void *(*)(void *))process_elf,
usr/src/cmd/svr4pkg/pkgserv/pkgserv.c
1266
if (thr_create(NULL, 0, thr_pkgfilter, cpf, THR_DETACHED,
usr/src/cmd/syseventd/daemons/syseventconfd/syseventconfd.c
184
if (thr_create(NULL, 0, (void *(*)(void *))sigwait_thr,
usr/src/cmd/syseventd/daemons/syseventconfd/syseventconfd.c
712
(void) thr_create(NULL, 0, create_door_thr, NULL,
usr/src/cmd/syseventd/daemons/syseventd/syseventd.c
1331
if (thr_create(NULL, 0, client_deliver_event_thr,
usr/src/cmd/syseventd/daemons/syseventd/syseventd.c
457
if (thr_create(NULL, 0, (void *(*)(void *))dispatch_message,
usr/src/cmd/syseventd/daemons/syseventd/syseventd.c
462
if (thr_create(NULL, 0,
usr/src/cmd/syseventd/daemons/syseventd/syseventd.c
469
if (thr_create(NULL, 0, sigwait_thr, NULL, 0, NULL) < 0) {
usr/src/cmd/syseventd/modules/datalink_mod/datalink_mod.c
172
if (thr_create(NULL, 0, datalink_notify_thread, NULL, 0,
usr/src/cmd/syseventd/modules/devfsadmd_mod/devfsadmd_mod.c
336
if (thr_create(NULL, 0, devfsadmd_deliver_thr,
usr/src/cmd/syseventd/modules/sysevent_conf_mod/sysevent_conf_mod.c
2210
if ((err = thr_create(NULL, 0, queue_flush_thr,
usr/src/cmd/syseventd/modules/sysevent_reg_mod/sysevent_reg_mod.c
233
if (thr_create(NULL, 0, (void *(*)(void *))subscriber_deliver_thr,
usr/src/cmd/syseventd/modules/zfs_mod/zfs_mod.c
839
if (thr_create(NULL, 0, zfs_enum_pools, NULL, 0, &g_zfs_tid) != 0)
usr/src/cmd/truss/main.c
1240
if (thr_create(NULL, 0, worker_thread,
usr/src/cmd/truss/main.c
243
if (thr_create(NULL, 0, worker_thread, new_Lwp,
usr/src/cmd/varpd/varpd.c
319
ret = thr_create(NULL, 0, libvarpd_overlay_lookup_run,
usr/src/cmd/vntsd/console.c
112
if (thr_create(NULL, 0, (thr_func_t)vntsd_write_thread,
usr/src/cmd/vntsd/listen.c
263
if (thr_create(NULL, 0, (thr_func_t)vntsd_console_thread,
usr/src/cmd/vntsd/vntsdvcc.c
489
if ((rv = thr_create(NULL, 0, (thr_func_t)vntsd_listen_thread,
usr/src/cmd/zonestat/zonestatd/zonestatd.c
4828
if (thr_create(NULL, 0, stat_thread, NULL, 0, &tid) != 0)
usr/src/cmd/ztest/ztest.c
6697
VERIFY(thr_create(0, 0, ztest_resume_thread, spa, THR_BOUND,
usr/src/cmd/ztest/ztest.c
6703
VERIFY(thr_create(0, 0, ztest_deadman_thread, zs, THR_BOUND,
usr/src/cmd/ztest/ztest.c
6743
VERIFY(thr_create(0, 0, ztest_thread, (void *)(uintptr_t)t,
usr/src/head/thread.h
54
extern int thr_create(void *, size_t, void *(*)(void *), void *, long,
usr/src/lib/libc/port/aio/aio.c
297
error = thr_create(NULL, AIOSTKSIZE, _kaio_cleanup_thread,
usr/src/lib/libc/port/aio/aio.c
922
error = thr_create(NULL, AIOSTKSIZE, func, aiowp,
usr/src/lib/libc/port/rt/sigev_thread.c
531
ret = thr_create(NULL, 0, spawner, tcdp,
usr/src/lib/libc/port/stdio/popen.c
85
(void) thr_create(NULL, 0, reapchild, arg, THR_DAEMON, NULL);
usr/src/lib/libc/port/stdio/system.c
100
(void) thr_create(NULL, 0,
usr/src/lib/libc/port/threads/door_calls.c
209
(void) thr_create(NULL, 0, door_unref_func,
usr/src/lib/libc/port/threads/door_calls.c
829
(void) thr_create(NULL, 0, door_create_func, NULL, THR_DETACHED, NULL);
usr/src/lib/libdiskmgt/common/events.c
187
*errp = thr_create(NULL, 0, cb_watch_events, NULL,
usr/src/lib/libdiskmgt/common/events.c
206
*errp = thr_create(NULL, 0, cb_watch_events, NULL, THR_DAEMON,
usr/src/lib/libdiskmgt/common/events.c
483
if (thr_create(NULL, 0, walker, NULL,
usr/src/lib/libdiskmgt/common/inuse_mnt.c
92
*errp = thr_create(NULL, 0, watch_mnttab,
usr/src/lib/libfakekernel/common/taskq.c
341
(void) thr_create(0, 0, taskq_thread,
usr/src/lib/libfakekernel/common/taskq.c
53
extern int thr_create(void *, size_t, void *(*)(void *), void *, long,
usr/src/lib/libfakekernel/common/thread.c
75
rc = thr_create(NULL, 0, thr_func, arg, thr_flags, &newtid);
usr/src/lib/libmapid/common/mapid.c
829
err = thr_create(NULL, 0, resolv_query_thread, (void *)argp,
usr/src/lib/libmtmalloc/tests/exhaust.c
72
thr_create(stacks[ncpus], 1<<23, be_thread, NULL, THR_BOUND,
usr/src/lib/libmtmalloc/tests/general.c
52
thr_create(NULL, 1<<23, be_thread, NULL, THR_BOUND, &tid[i--]);
usr/src/lib/libnisdb/yptol/update.c
297
if (0 != thr_create(NULL, NULL, update_thread, new_map,
usr/src/lib/libnsl/rpc/svc_run.c
756
if (thr_create(NULL, 0, (void *(*)(void *))_svc_run_mt, NULL,
usr/src/lib/libsldap/common/ns_connmgmt.c
2641
if (thr_create(NULL, 0, get_server_change,
usr/src/lib/libsldap/common/ns_standalone.c
1800
switch (thr_create(NULL,
usr/src/lib/libsldap/common/ns_standalone.c
1872
(void) thr_create(NULL,
usr/src/lib/libsldap/common/ns_standalone.c
2430
switch (thr_create(NULL,
usr/src/lib/libslp/clib/SLPReg.c
565
if ((terr = thr_create(
usr/src/lib/libslp/clib/slp_da_cache.c
228
if ((terr = thr_create(0, 0, cache_thr, NULL, 0, NULL)) != 0) {
usr/src/lib/libslp/clib/slp_ipc.c
118
if ((terr = thr_create(0, 0, ipc_manage_thr,
usr/src/lib/libslp/clib/slp_net.c
424
if ((terr = thr_create(0, 0, tcp_thread, NULL, 0, NULL)) != 0) {
usr/src/lib/libslp/clib/slp_ua_common.c
89
if ((terr = thr_create(NULL, 0, slp_call, args, 0, &tid)) != 0) {
usr/src/lib/libslp/clib/slp_ua_common.c
99
if ((terr = thr_create(NULL, 0, consumer,
usr/src/lib/libsysevent/libsysevent.c
2223
created = thr_create(NULL, 0, subscriber_event_handler,
usr/src/lib/libumem/common/umem_update_thread.c
141
if (thr_create(NULL, 0, umem_update_thread, NULL,
usr/src/lib/libzfs/common/libzfs_taskq.c
252
(void) thr_create(0, 0, zfs_taskq_thread,
usr/src/lib/mergeq/mergeq.c
568
ret = thr_create(NULL, 0, mergeq_thr_merge, mqp, 0,
usr/src/lib/mergeq/workq.c
278
ret = thr_create(NULL, 0, workq_thr_work, wqp, 0,
usr/src/test/libc-tests/tests/mutex-16200.c
230
err = thr_create(NULL, 0, mutex_test_thr, (void *)test, 0, &thr);
usr/src/test/nvme-tests/tests/ioctl/lock-order.c
346
err = thr_create(NULL, 0, lock_thread,
usr/src/test/nvme-tests/tests/ioctl/lock-signal.c
105
ret = thr_create(NULL, 0, lock_signal_thr, (void *)test, 0, &thr);
usr/src/test/os-tests/tests/clock_gettime.c
201
if (thr_create(NULL, 0, clock_test_cputime_thr, &arg, 0, &thr) != 0) {
usr/src/test/os-tests/tests/clock_gettime.c
323
if (thr_create(NULL, 0, clock_test_thr, NULL, 0, &thr) != 0) {
usr/src/test/os-tests/tests/stackalign/stackalign.c
107
if (thr_create(NULL, 0,
usr/src/test/os-tests/tests/uccid/excl-nonblock.c
85
if (thr_create(NULL, 0, nonblock_thread, (void *)(uintptr_t)fdb, 0,
usr/src/test/os-tests/tests/xsave/bad_xregs.c
662
ret = thr_create(NULL, 0, xsu_sleeper_thread, NULL, THR_DETACHED,
usr/src/test/os-tests/tests/xsave/xregs_roundtrip.c
52
ret = thr_create(NULL, 0, xsu_sleeper_thread, NULL, THR_DETACHED,
usr/src/test/zfs-tests/tests/functional/threadsappend/threadsappend.c
119
ret = thr_create(NULL, 0, go, (void *)&i, 0, NULL);