/osnet-11/usr/src/lib/libmtmalloc/tests/ |
H A D | general.c | 54 thr_create(NULL, 1<<23, be_thread, NULL, THR_BOUND, &tid[i--]);
|
H A D | exhaust.c | 74 thr_create(stacks[ncpus], 1<<23, be_thread, NULL, THR_BOUND,
|
/osnet-11/usr/src/lib/libumem/common/ |
H A D | umem_update_thread.c | 136 * 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 D | events.c | 150 *errp = thr_create(NULL, NULL, 170 *errp = thr_create(NULL, NULL, 444 if (thr_create(NULL, NULL, (void *(*)(void *))walker, NULL,
|
H A D | inuse_mnt.c | 94 *errp = thr_create(NULL, NULL, (void *(*)(void *))watch_mnttab,
|
/osnet-11/usr/src/lib/libc/i386/threads/ |
H A D | asm_subr.s | 32 / thr_create() or pthread_create() returns (see setup_context()).
|
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | slp_ua_common.c | 91 if ((terr = thr_create( 102 if ((terr = thr_create(
|
H A D | slp_da_cache.c | 228 if ((terr = thr_create(
|
H A D | slp_ipc.c | 120 if ((terr = thr_create(
|
H A D | SLPReg.c | 567 if ((terr = thr_create(
|
H A D | slp_net.c | 421 if ((terr = thr_create(0, NULL, (void *(*)(void *)) tcp_thread,
|
/osnet-11/usr/src/lib/libnisdb/yptol/ |
H A D | update.c | 298 if (0 != thr_create(NULL, NULL, update_thread, new_map,
|
/osnet-11/usr/src/lib/libc/port/stdio/ |
H A D | system.c | 98 (void) thr_create(NULL, 0,
|
H A D | popen.c | 88 (void) thr_create(NULL, 0, reapchild, arg, THR_DAEMON, NULL);
|
/osnet-11/usr/src/lib/libc/sparc/threads/ |
H A D | asm_subr.s | 33 ! thr_create() or pthread_create() returns (see setup_context()).
|
/osnet-11/usr/src/lib/libc/port/threads/ |
H A D | door_calls.c | 209 (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 D | rdcconfig.c | 648 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 D | taskq.c | 232 (void) thr_create(0, 0, taskq_thread,
|
/osnet-11/usr/src/lib/libc/port/rt/ |
H A D | sigev_thread.c | 533 ret = thr_create(NULL, 0, spawner, tcdp,
|
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 1852 switch (thr_create(NULL, 1930 (void) thr_create(NULL, 2489 switch (thr_create(NULL,
|
/osnet-11/usr/src/lib/libmapid/common/ |
H A D | mapid.c | 828 err = thr_create(NULL, 0, resolv_query_thread, (void *)argp,
|
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | svc_run.c | 754 if (thr_create(NULL, 0, (void *(*)(void *))_svc_run_mt, NULL,
|
/osnet-11/usr/src/lib/libdhcpdu/common/ |
H A D | rfc2136.c | 235 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 D | aio.c | 294 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 D | ldapmodify.c | 201 if ( thr_create(NULL, 0, process, NULL, NULL, NULL) != 0 )
|