Searched refs:new_thread (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/lib/libthr/thread/
H A Dthr_create.c56 struct pthread *curthread, *new_thread; local
77 if ((new_thread = _thr_alloc(curthread)) == NULL)
84 new_thread->attr = _pthread_attr_default;
86 new_thread->attr = *(*attr);
87 cpusetp = new_thread->attr.cpuset;
88 cpusetsize = new_thread->attr.cpusetsize;
89 new_thread->attr.cpuset = NULL;
90 new_thread->attr.cpusetsize = 0;
92 if (new_thread->attr.sched_inherit == PTHREAD_INHERIT_SCHED) {
95 new_thread
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp500 uint64_t new_thread = KMP_TEST_THEN_INC64((kmp_int64 *)&thread); local
501 ID = new_thread << (sizeof(uint64_t) * 8 - OMPT_THREAD_ID_BITS);
/freebsd-current/usr.bin/truss/
H A Dsetup.c262 new_thread(struct procinfo *p, lwpid_t lwpid) function
309 t = new_thread(p, lwps[i]);
346 new_thread(np, lwpid);
794 new_thread(find_proc(info, si.si_pid),
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1235 Thread *new_thread = nullptr; variable
1243 new_thread = process->GetThreadList().FindThreadByIndexID(index_id).get();
1244 if (new_thread == nullptr) {
1250 new_thread =
1252 if (new_thread == nullptr) {
1259 process->GetThreadList().SetSelectedThreadByID(new_thread->GetID(), true);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h650 // Sets the IOHandler thread to the new_thread, and returns
652 HostThread SetIOHandlerThread(HostThread &new_thread);
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2099 HostThread Debugger::SetIOHandlerThread(HostThread &new_thread) { argument
2101 m_io_handler_thread = new_thread;

Completed in 102 milliseconds