Home
last modified time | relevance | path

Searched refs:new_thread (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/lib/libthr/thread/
H A Dthr_create.c89 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 …]
/freebsd-13.1/usr.bin/truss/
H A Dsetup.c282 new_thread(struct procinfo *p, lwpid_t lwpid) in new_thread() function
329 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()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp493 uint64_t new_thread = KMP_TEST_THEN_INC64((kmp_int64 *)&thread); in __ompt_get_unique_id_internal() local
494 ID = new_thread << (sizeof(uint64_t) * 8 - OMPT_THREAD_ID_BITS); in __ompt_get_unique_id_internal()
/freebsd-13.1/contrib/apr/include/
H A Dapr_thread_proc.h267 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new_thread,
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1139 Thread *new_thread = in DoExecute() local
1141 if (new_thread == nullptr) { in DoExecute()
1147 process->GetThreadList().SetSelectedThreadByID(new_thread->GetID(), true); in DoExecute()