Searched refs:new_thread (Results 1 – 5 of 5) sorted by relevance
89 new_thread->attr = *(*attr); in _pthread_create()118 new_thread->magic = THR_MAGIC; in _pthread_create()120 new_thread->arg = arg; in _pthread_create()122 new_thread->cancel_async = 0; in _pthread_create()141 new_thread->refcount = 1; in _pthread_create()152 (*thread) = new_thread; in _pthread_create()159 param.arg = new_thread; in _pthread_create()183 new_thread->sigmask = oset; in _pthread_create()204 new_thread->state = PS_DEAD; in _pthread_create()207 new_thread->refcount--; in _pthread_create()[all …]
282 new_thread(struct procinfo *p, lwpid_t lwpid) in new_thread() function329 t = new_thread(p, lwps[i]); in add_threads()366 new_thread(np, lwpid); in new_proc()814 new_thread(find_proc(info, si.si_pid), in eventloop()
493 uint64_t new_thread = KMP_TEST_THEN_INC64((kmp_int64 *)&thread); in __ompt_get_unique_id_internal() local494 ID = new_thread << (sizeof(uint64_t) * 8 - OMPT_THREAD_ID_BITS); in __ompt_get_unique_id_internal()
267 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new_thread,
1139 Thread *new_thread = in DoExecute() local1141 if (new_thread == nullptr) { in DoExecute()1147 process->GetThreadList().SetSelectedThreadByID(new_thread->GetID(), true); in DoExecute()