Home
last modified time | relevance | path

Searched refs:THR_NEW_LWP (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/head/
H A Dthread.h108 #define THR_NEW_LWP 0x00000002 macro
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd.c197 THR_DETACHED | THR_DAEMON | THR_NEW_LWP, NULL)) { in main()
/illumos-gate/usr/src/cmd/cdrw/
H A Dtrackio.c377 THR_BOUND | THR_NEW_LWP, &tio_thread) != 0) { in write_track()
390 THR_BOUND | THR_NEW_LWP, &pc_thread) != 0) { in write_track()
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dupdate.c287 flags = THR_BOUND | THR_NEW_LWP; in update_map_if_required()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid.c167 long thr_flags = (THR_NEW_LWP|THR_DAEMON|THR_SUSPENDED); in thr_init()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_mnt.c93 NULL, THR_NEW_LWP | THR_DAEMON, &mnttab_thread); in inuse_mnt()
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs_ses.c137 THR_DETACHED | THR_NEW_LWP, NULL); in ses_start()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rarpd.c275 THR_NEW_LWP, NULL); in main()
284 THR_NEW_LWP, NULL); in main()
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c64 #define THR_NEW_LWP 0x00000002 macro
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcpustat.c750 THR_BOUND|THR_NEW_LWP, &this->tid) == 0) in cpustat()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c293 THR_DETACHED | THR_DAEMON | THR_NEW_LWP, NULL)) {
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c705 if (flags & THR_NEW_LWP) in _thrp_create()
769 if (self->ul_usropts & THR_NEW_LWP) in _thrp_exit()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c444 long thr_flags = (THR_NEW_LWP|THR_DAEMON); in main()