Home
last modified time | relevance | path

Searched refs:THR_SUSPENDED (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/head/
H A Dthread.h110 #define THR_SUSPENDED 0x00000080 macro
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_update_thread.c142 THR_BOUND | THR_DAEMON | THR_DETACHED | THR_SUSPENDED, in umem_create_update_thread()
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dthread.c67 thr_flags |= THR_SUSPENDED; in thread_create()
H A Dtaskq.c66 #define THR_SUSPENDED 0x00000080 macro
/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/libc/port/threads/
H A Dpthread.c129 flag = ap->scope | ap->detachstate | ap->daemonstate | THR_SUSPENDED; in pthread_create()
H A Dthr.c693 if (flags & THR_SUSPENDED) in _thrp_create()
721 if (!(flags & THR_SUSPENDED)) in _thrp_create()
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c244 THR_BOUND | THR_SUSPENDED, &lwpid) != 0) in create_thread()
1241 new_Lwp, THR_BOUND | THR_SUSPENDED, in worker_thread()
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c922 THR_DAEMON | THR_SUSPENDED, &aiowp->work_tid); in _aio_create_worker()