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

/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_create.c56 struct pthread *curthread, *new_thread; local
78 if ((new_thread = _thr_alloc(curthread)) == NULL)
85 new_thread->attr = _pthread_attr_default;
87 new_thread->attr = *(*attr);
88 cpusetp = new_thread->attr.cpuset;
89 cpusetsize = new_thread->attr.cpusetsize;
90 new_thread->attr.cpuset = NULL;
91 new_thread->attr.cpusetsize = 0;
93 if (new_thread->attr.sched_inherit == PTHREAD_INHERIT_SCHED) {
96 new_thread
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/gdbserver/
H A Dinferiors.c107 struct thread_info *new_thread local
108 = (struct thread_info *) malloc (sizeof (*new_thread));
110 memset (new_thread, 0, sizeof (*new_thread));
112 new_thread->entry.id = thread_id;
114 add_inferior_to_list (&all_threads, & new_thread->entry);
117 current_inferior = new_thread;
119 new_thread->target_data = target_data;
120 set_inferior_regcache_data (new_thread, new_register_cache ());
/freebsd-11.0-release/contrib/gcc/
H A Dreorg.c2518 rtx new_thread;
2547 new_thread = thread = try_split (PATTERN (thread), thread, 0);
2605 if (new_thread == trial)
2606 new_thread = thread;
2614 new_thread = next_active_insn (trial);
2630 if (new_thread == old_trial)
2631 new_thread = trial;
2649 if (new_thread == old_trial)
2650 new_thread = trial;
2682 if (new_thread
2501 rtx new_thread; local
[all...]
/freebsd-11.0-release/usr.bin/truss/
H A Dsetup.c176 new_thread(struct procinfo *p, lwpid_t lwpid) function
223 t = new_thread(p, lwps[i]);
260 new_thread(np, lwpid);
652 new_thread(find_proc(info, si.si_pid),
/freebsd-11.0-release/contrib/apr/include/
H A Dapr_thread_proc.h260 * @param new_thread The newly created thread handle.
266 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new_thread,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp1391 Thread *new_thread = process->GetThreadList().FindThreadByIndexID(index_id).get(); variable
1392 if (new_thread == NULL)
1399 process->GetThreadList().SetSelectedThreadByID(new_thread->GetID(), true);

Completed in 130 milliseconds