Searched refs:THR_SUSPENDED (Results 1 – 9 of 9) sorted by relevance
110 #define THR_SUSPENDED 0x00000080 macro
142 THR_BOUND | THR_DAEMON | THR_DETACHED | THR_SUSPENDED, in umem_create_update_thread()
67 thr_flags |= THR_SUSPENDED; in thread_create()
66 #define THR_SUSPENDED 0x00000080 macro
167 long thr_flags = (THR_NEW_LWP|THR_DAEMON|THR_SUSPENDED); in thr_init()
129 flag = ap->scope | ap->detachstate | ap->daemonstate | THR_SUSPENDED; in pthread_create()
693 if (flags & THR_SUSPENDED) in _thrp_create()721 if (!(flags & THR_SUSPENDED)) in _thrp_create()
244 THR_BOUND | THR_SUSPENDED, &lwpid) != 0) in create_thread()1241 new_Lwp, THR_BOUND | THR_SUSPENDED, in worker_thread()
922 THR_DAEMON | THR_SUSPENDED, &aiowp->work_tid); in _aio_create_worker()