/titanic_41/usr/src/cmd/fs.d/nfs/lib/ |
H A D | thrpool.c | 122 (void) thr_create(NULL, THR_MIN_STACK, svcstart, (void *)id, in svcblock() 188 if (thr_create(NULL, THR_MIN_STACK * 2, svc_rdma_creator, (void *)rsa, in svcrdma() 205 if (thr_create(NULL, THR_MIN_STACK * 2, svcblock, (void *)id, in svcwait()
|
/titanic_41/usr/src/lib/libdiskmgt/common/ |
H A D | events.c | 154 *errp = thr_create(NULL, NULL, in dm_init_event_queue() 174 *errp = thr_create(NULL, NULL, in dm_init_event_queue() 448 if (thr_create(NULL, NULL, (void *(*)(void *))walker, NULL, in walk_devtree()
|
/titanic_41/usr/src/cmd/sgs/libelf/demo/ |
H A D | tpcom.c | 162 if ((rc = thr_create(NULL, 0, in process_elf() 247 if ((rc = thr_create(NULL, 0, (void *(*)(void *))process_elf, in main()
|
/titanic_41/usr/src/lib/libmtmalloc/tests/ |
H A D | general.c | 54 thr_create(NULL, 1<<23, be_thread, NULL, THR_BOUND, &tid[i--]); in main()
|
H A D | exhaust.c | 74 thr_create(stacks[ncpus], 1<<23, be_thread, NULL, THR_BOUND, in main()
|
/titanic_41/usr/src/lib/libslp/clib/ |
H A D | slp_ua_common.c | 91 if ((terr = thr_create( in slp_ua_common() 102 if ((terr = thr_create( in slp_ua_common()
|
/titanic_41/usr/src/head/ |
H A D | thread.h | 52 extern int thr_create(void *, size_t, void *(*)(void *), void *, long,
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/threadsappend/ |
H A D | threadsappend.c | 119 ret = thr_create(NULL, 0, go, (void *)&i, 0, NULL); in main()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4v/pri/ |
H A D | priplugin.c | 129 if ((status = thr_create(NULL, NULL, pri_worker_thread, NULL, THR_BOUND, in priplugin_init() 136 } else if ((status = thr_create(NULL, NULL, pri_reader_thread, NULL, in priplugin_init()
|
/titanic_41/usr/src/lib/libfakekernel/common/ |
H A D | thread.c | 72 rc = thr_create(NULL, 0, thr_func, arg, thr_flags, &newtid); in thread_create()
|
H A D | taskq.c | 48 extern int thr_create(void *, size_t, void *(*)(void *), void *, long, 309 (void) thr_create(0, 0, taskq_thread, in taskq_create_proc()
|
/titanic_41/usr/src/lib/libumem/common/ |
H A D | umem_update_thread.c | 141 if (thr_create(NULL, NULL, umem_update_thread, NULL, in umem_create_update_thread()
|
/titanic_41/usr/src/cmd/syseventd/modules/datalink_mod/ |
H A D | datalink_mod.c | 167 if (thr_create(NULL, 0, datalink_notify_thread, NULL, 0, in slm_init()
|
/titanic_41/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 256 (void) thr_create(NULL, 0, server_tsd_bind, NULL, in server_create() 570 if (thr_create(NULL, 0, (void *(*)(void*))getldap_refresh, 583 if (thr_create(NULL, 0, (void *(*)(void*))getldap_serverInfo_refresh, 597 if (thr_create(NULL, 0, chg_cleanup_waiting_threads, 609 if (thr_create(NULL, 0, (void *(*)(void *))discover,
|
/titanic_41/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd.c | 202 if (thr_create(NULL, 0,
|
/titanic_41/usr/src/cmd/nscd/ |
H A D | nscd_smfmonitor.c | 145 if (thr_create(NULL, NULL, set_smf_state, in _nscd_init_smf_monitor()
|
/titanic_41/usr/src/lib/libc/i386/threads/ |
H A D | asm_subr.s | 32 / thr_create() or pthread_create() returns (see setup_context()).
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | system.c | 100 (void) thr_create(NULL, 0, in cleanup()
|
/titanic_41/usr/src/cmd/cdrw/ |
H A D | trackio.c | 378 if (thr_create(0, 0, write_to_cd, NULL, in write_track() 391 if (thr_create(0, 0, progress_callback, NULL, in write_track()
|
/titanic_41/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_statd.c | 241 if (thr_create(NULL, 0, (void *(*)(void *))thr_statd_init, NULL, in statd_init() 313 if (thr_create(NULL, 0, thr_call_statd, name, 0, NULL)) { in thr_statd_init() 387 if (thr_create(NULL, 0, thr_call_statd, name, 0, NULL)) { in thr_statd_init() 438 if (thr_create(NULL, 0, (void *(*)(void *))sm_try, NULL, THR_DETACHED, in thr_statd_init()
|
/titanic_41/usr/src/cmd/power/ |
H A D | powerd.c | 306 if (thr_create(NULL, NULL, in main() 321 if (thr_create(NULL, NULL, in main() 332 if (thr_create(NULL, NULL, in main() 1240 if (thr_create(NULL, NULL, attach_devices, NULL, in do_attach()
|
/titanic_41/usr/src/lib/libnisdb/yptol/ |
H A D | update.c | 298 if (0 != thr_create(NULL, NULL, update_thread, new_map, in update_map_if_required()
|
/titanic_41/usr/src/cmd/syseventd/modules/sysevent_reg_mod/ |
H A D | sysevent_reg_mod.c | 235 if (thr_create(NULL, NULL, (void *(*)(void *))subscriber_deliver_thr, in slm_init()
|
/titanic_41/usr/src/cmd/rpcsvc/ |
H A D | rwall.c | 209 if (thr_create(NULL, 0, do_one, thread_hostname, in doit()
|
/titanic_41/usr/src/lib/libtnfprobe/ |
H A D | mapfile-vers | 48 thr_create;
|