Searched refs:THR_SUSPENDED (Results 1 – 9 of 9) sorted by relevance
106 #define THR_SUSPENDED 0x00000080 macro
64 thr_flags |= THR_SUSPENDED; in thread_create()
61 #define THR_SUSPENDED 0x00000080 macro
142 THR_BOUND | THR_DAEMON | THR_DETACHED | THR_SUSPENDED, in umem_create_update_thread()
169 long thr_flags = (THR_NEW_LWP|THR_DAEMON|THR_SUSPENDED); in thr_init()
112 flag = ap->scope | ap->detachstate | ap->daemonstate | THR_SUSPENDED; in pthread_create()
692 if (flags & THR_SUSPENDED) in _thrp_create()717 if (!(flags & THR_SUSPENDED)) in _thrp_create()
242 THR_BOUND | THR_SUSPENDED, &lwpid) != 0) in create_thread()1235 new_Lwp, THR_BOUND | THR_SUSPENDED, in worker_thread()
925 THR_DAEMON | THR_SUSPENDED, &aiowp->work_tid); in _aio_create_worker()