Searched refs:THR_BOUND (Results 1 - 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dthrpool.c123 THR_BOUND | THR_DETACHED, &tid);
189 THR_BOUND | THR_DETACHED, &tid))
206 THR_BOUND | THR_DETACHED, &tid))
/illumos-gate/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,
/illumos-gate/usr/src/head/
H A Dthread.h99 * THR_BOUND is defined same as PTHREAD_SCOPE_SYSTEM in <pthread.h>
103 #define THR_BOUND 0x00000001 /* = PTHREAD_SCOPE_SYSTEM */ macro
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dthread.c57 thr_flags = THR_BOUND;
H A Dtaskq.c54 * THR_BOUND is defined same as PTHREAD_SCOPE_SYSTEM in <pthread.h>
58 #define THR_BOUND 0x00000001 /* = PTHREAD_SCOPE_SYSTEM */ macro
310 tq, THR_BOUND, &tq->tq_threadlist[t]);
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_update_thread.c142 THR_BOUND | THR_DAEMON | THR_DETACHED | THR_SUSPENDED,
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dpriplugin.c129 if ((status = thr_create(NULL, NULL, pri_worker_thread, NULL, THR_BOUND,
137 THR_BOUND, &pri_reader_thread_id)) < 0) {
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dupdate.c287 flags = THR_BOUND | THR_NEW_LWP;
/illumos-gate/usr/src/cmd/cdrw/
H A Dtrackio.c379 THR_BOUND | THR_NEW_LWP, &tio_thread) != 0) {
392 THR_BOUND | THR_NEW_LWP, &pc_thread) != 0) {
/illumos-gate/usr/src/cmd/syseventd/modules/devfsadmd_mod/
H A Ddevfsadmd_mod.c337 NULL, THR_BOUND, &deliver_thr_id) != 0) {
/illumos-gate/usr/src/cmd/avs/nsctl/
H A Dnskernd.c299 _newlwp, nskp, THR_BOUND|THR_DETACHED, &tid);
553 _dolock, nskp, THR_BOUND|THR_DETACHED, &tid);
/illumos-gate/usr/src/lib/libzpool/common/
H A Dtaskq.c272 tq, THR_BOUND, &tq->tq_threadlist[t]);
/illumos-gate/usr/src/lib/librdc/common/
H A Drdcconfig.c650 (void **) rdccfg, THR_BOUND, NULL);
699 (void **) rdccfg, THR_BOUND, NULL);
759 (void **) rdccfg, THR_BOUND, NULL);
814 (void **) rdccfg, THR_BOUND, NULL);
/illumos-gate/usr/src/cmd/picl/plugins/common/piclevent/
H A Dpicl_slm.c406 NULL, THR_BOUND, &piclslm_deliver_thr_id) != 0) {
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_attr.c267 * This is equivalent to setting THR_BOUND flag in thr_create().
545 if (target->ul_usropts & THR_BOUND) {
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_change.c582 (void *)op, THR_BOUND|THR_DETACHED, NULL) != 0) {
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c463 THR_BOUND, NULL) != 0) {
1333 (void *)scp, THR_BOUND, &scp->tid) != 0) {
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcpustat.c730 THR_BOUND|THR_NEW_LWP, &this->tid) == 0)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c1578 NULL, THR_BOUND, &polling_thr_tid) != 0) {
1587 NULL, THR_BOUND, &patting_thr_tid) != 0) {
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c1991 THR_BOUND | THR_DETACHED, &tid);
2008 THR_BOUND | THR_DETACHED, &tid))
H A Dsndrsyncd.c214 THR_BOUND|THR_DETACHED, NULL)) != 0) {
279 secondary.intf, THR_BOUND|THR_DETACHED, NULL);
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c336 THR_BOUND, &tree_builder_thr_id)) < 0) {
359 if (thr_create(NULL, NULL, cache_refresher, NULL, THR_BOUND,
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c116 THR_BOUND|THR_DETACHED, NULL);
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_drive.c1037 (void *)dp, (THR_DETACHED | THR_BOUND), &thread) != 0) {

Completed in 162 milliseconds

12