Home
last modified time | relevance | path

Searched refs:THR_DAEMON (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/lib/libdiskmgt/common/
H A Devents.c155 (void *(*)(void *))cb_watch_events, NULL, THR_DAEMON, in dm_init_event_queue()
175 (void *(*)(void *))cb_watch_events, NULL, THR_DAEMON, in dm_init_event_queue()
449 THR_DAEMON, &walk_thread) == 0) { in walk_devtree()
H A Dinuse_mnt.c95 NULL, THR_NEW_LWP | THR_DAEMON, &mnttab_thread); in inuse_mnt()
/titanic_50/usr/src/head/
H A Dthread.h107 #define THR_DAEMON 0x00000100 macro
/titanic_50/usr/src/lib/libumem/common/
H A Dumem_update_thread.c142 THR_BOUND | THR_DAEMON | THR_DETACHED | THR_SUSPENDED, in umem_create_update_thread()
/titanic_50/usr/src/cmd/krb5/kwarn/
H A Dkwarnd.c204 THR_DETACHED | THR_DAEMON | THR_NEW_LWP,
/titanic_50/usr/src/lib/libc/port/stdio/
H A Dsystem.c102 THR_DAEMON, NULL); in cleanup()
H A Dpopen.c85 (void) thr_create(NULL, 0, reapchild, arg, THR_DAEMON, NULL); in cleanup()
/titanic_50/usr/src/cmd/power/
H A Dpowerd.c308 THR_DAEMON, NULL) != 0) { in main()
323 THR_DAEMON, NULL) != 0) { in main()
333 (void *(*)(void *))autos3_monitor, NULL, THR_DAEMON, NULL) != 0) { in main()
1241 THR_DAEMON, NULL) != 0) { in do_attach()
/titanic_50/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid.c169 long thr_flags = (THR_NEW_LWP|THR_DAEMON|THR_SUSPENDED); in thr_init()
/titanic_50/usr/src/lib/libc/port/threads/
H A Dthr.c603 if (flags & (THR_DETACHED|THR_DAEMON)) { in _thrp_create()
607 if (flags & THR_DAEMON) in _thrp_create()
702 if (flags & THR_DAEMON) in _thrp_create()
766 if (self->ul_usropts & THR_DAEMON) in _thrp_exit()
1043 !(ulwp->ul_usropts & (THR_DETACHED|THR_DAEMON))); in _thrp_join()
1659 self->ul_usropts &= ~THR_DAEMON; in postfork1_child()
H A Ddoor_calls.c210 (void *)(uintptr_t)mypid, THR_DAEMON, NULL); in door_create_cmn()
/titanic_50/usr/src/lib/libfakekernel/common/
H A Dtaskq.c62 #define THR_DAEMON 0x00000100 macro
/titanic_50/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c534 THR_DETACHED | THR_DAEMON, &tcdp->tcd_server_id); in launch_spawner()
/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c292 THR_DETACHED | THR_DAEMON | THR_NEW_LWP, NULL)) {
/titanic_50/usr/src/lib/libc/port/aio/
H A Daio.c299 _kaiowp, THR_DAEMON, &_kaiowp->work_tid); in _kaio_init()
925 THR_DAEMON | THR_SUSPENDED, &aiowp->work_tid); in _aio_create_worker()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c731 THR_DETACHED | THR_DAEMON, NULL) != 0) { in main()
/titanic_50/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c375 long thr_flags = (THR_NEW_LWP|THR_DAEMON); in main()