/titanic_50/usr/src/lib/libdiskmgt/common/ |
H A D | events.c | 155 (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 D | inuse_mnt.c | 95 NULL, THR_NEW_LWP | THR_DAEMON, &mnttab_thread); in inuse_mnt()
|
/titanic_50/usr/src/head/ |
H A D | thread.h | 107 #define THR_DAEMON 0x00000100 macro
|
/titanic_50/usr/src/lib/libumem/common/ |
H A D | umem_update_thread.c | 142 THR_BOUND | THR_DAEMON | THR_DETACHED | THR_SUSPENDED, in umem_create_update_thread()
|
/titanic_50/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd.c | 204 THR_DETACHED | THR_DAEMON | THR_NEW_LWP,
|
/titanic_50/usr/src/lib/libc/port/stdio/ |
H A D | system.c | 102 THR_DAEMON, NULL); in cleanup()
|
H A D | popen.c | 85 (void) thr_create(NULL, 0, reapchild, arg, THR_DAEMON, NULL); in cleanup()
|
/titanic_50/usr/src/cmd/power/ |
H A D | powerd.c | 308 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 D | nfsmapid.c | 169 long thr_flags = (THR_NEW_LWP|THR_DAEMON|THR_SUSPENDED); in thr_init()
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | thr.c | 603 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 D | door_calls.c | 210 (void *)(uintptr_t)mypid, THR_DAEMON, NULL); in door_create_cmn()
|
/titanic_50/usr/src/lib/libfakekernel/common/ |
H A D | taskq.c | 62 #define THR_DAEMON 0x00000100 macro
|
/titanic_50/usr/src/lib/libc/port/rt/ |
H A D | sigev_thread.c | 534 THR_DETACHED | THR_DAEMON, &tcdp->tcd_server_id); in launch_spawner()
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | autod_main.c | 292 THR_DETACHED | THR_DAEMON | THR_NEW_LWP, NULL)) {
|
/titanic_50/usr/src/lib/libc/port/aio/ |
H A D | aio.c | 299 _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 D | ping.c | 731 THR_DETACHED | THR_DAEMON, NULL) != 0) { in main()
|
/titanic_50/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 375 long thr_flags = (THR_NEW_LWP|THR_DAEMON); in main()
|