Searched refs:THR_NEW_LWP (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | thread.h | 108 #define THR_NEW_LWP 0x00000002 macro
|
/illumos-gate/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd.c | 197 THR_DETACHED | THR_DAEMON | THR_NEW_LWP, NULL)) { in main()
|
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | trackio.c | 377 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 D | update.c | 287 flags = THR_BOUND | THR_NEW_LWP; in update_map_if_required()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid.c | 167 long thr_flags = (THR_NEW_LWP|THR_DAEMON|THR_SUSPENDED); in thr_init()
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_mnt.c | 93 NULL, THR_NEW_LWP | THR_DAEMON, &mnttab_thread); in inuse_mnt()
|
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs_ses.c | 137 THR_DETACHED | THR_NEW_LWP, NULL); in ses_start()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rarpd.c | 275 THR_NEW_LWP, NULL); in main() 284 THR_NEW_LWP, NULL); in main()
|
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | taskq.c | 64 #define THR_NEW_LWP 0x00000002 macro
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_main.c | 293 THR_DETACHED | THR_DAEMON | THR_NEW_LWP, NULL)) {
|
/illumos-gate/usr/src/cmd/cpc/common/ |
H A D | cpustat.c | 750 THR_BOUND|THR_NEW_LWP, &this->tid) == 0) in cpustat()
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 705 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 D | mountd.c | 444 long thr_flags = (THR_NEW_LWP|THR_DAEMON); in main()
|