Searched refs:thr_create (Results 1 - 25 of 29) sorted by relevance

12

/osnet-11/usr/src/lib/libmtmalloc/tests/
H A Dgeneral.c54 thr_create(NULL, 1<<23, be_thread, NULL, THR_BOUND, &tid[i--]);
H A Dexhaust.c74 thr_create(stacks[ncpus], 1<<23, be_thread, NULL, THR_BOUND,
/osnet-11/usr/src/lib/libumem/common/
H A Dumem_update_thread.c136 * pre-fork handler while calling thr_create or thr_continue().
141 if (thr_create(NULL, NULL, umem_update_thread, NULL,
160 } else { /* thr_create failed */
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Devents.c150 *errp = thr_create(NULL, NULL,
170 *errp = thr_create(NULL, NULL,
444 if (thr_create(NULL, NULL, (void *(*)(void *))walker, NULL,
H A Dinuse_mnt.c94 *errp = thr_create(NULL, NULL, (void *(*)(void *))watch_mnttab,
/osnet-11/usr/src/lib/libc/i386/threads/
H A Dasm_subr.s32 / thr_create() or pthread_create() returns (see setup_context()).
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c91 if ((terr = thr_create(
102 if ((terr = thr_create(
H A Dslp_da_cache.c228 if ((terr = thr_create(
H A Dslp_ipc.c120 if ((terr = thr_create(
H A DSLPReg.c567 if ((terr = thr_create(
H A Dslp_net.c421 if ((terr = thr_create(0, NULL, (void *(*)(void *)) tcp_thread,
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dupdate.c298 if (0 != thr_create(NULL, NULL, update_thread, new_map,
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dsystem.c98 (void) thr_create(NULL, 0,
H A Dpopen.c88 (void) thr_create(NULL, 0, reapchild, arg, THR_DAEMON, NULL);
/osnet-11/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.s33 ! thr_create() or pthread_create() returns (see setup_context()).
/osnet-11/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c209 (void) thr_create(NULL, 0, door_unref_func,
477 DOOR_XSYNC_CREATEFAIL, /* thr_create/pthread_create failure */
503 * thr_create or pthread_create. They must also use the argument we
830 (void) thr_create(NULL, 0, door_create_func, NULL, THR_DETACHED, NULL);
/osnet-11/usr/src/lib/librdc/common/
H A Drdcconfig.c648 trc = thr_create(NULL, 0, rdc_mtconfig,
697 trc = thr_create(NULL, 0, rdc_mtconfig,
757 trc = thr_create(NULL, 0, rdc_mtconfig,
812 trc = thr_create(NULL, 0, rdc_mtconfig,
/osnet-11/usr/src/lib/libzpool/common/
H A Dtaskq.c232 (void) thr_create(0, 0, taskq_thread,
/osnet-11/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c533 ret = thr_create(NULL, 0, spawner, tcdp,
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_standalone.c1852 switch (thr_create(NULL,
1930 (void) thr_create(NULL,
2489 switch (thr_create(NULL,
/osnet-11/usr/src/lib/libmapid/common/
H A Dmapid.c828 err = thr_create(NULL, 0, resolv_query_thread, (void *)argp,
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_run.c754 if (thr_create(NULL, 0, (void *(*)(void *))_svc_run_mt, NULL,
/osnet-11/usr/src/lib/libdhcpdu/common/
H A Drfc2136.c235 if (thr_create(NULL, NULL, (void *(*)(void *))update_thread,
237 dprint("thr_create failed (errno %d) - return -1\n", errno);
/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c294 error = thr_create(NULL, AIOSTKSIZE, _kaio_cleanup_thread,
920 error = thr_create(NULL, AIOSTKSIZE, func, aiowp,
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapmodify.c201 if ( thr_create(NULL, 0, process, NULL, NULL, NULL) != 0 )

Completed in 130 milliseconds

12