Searched refs:new_thread (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/contrib/apr/include/
H A Dapr_thread_proc.h261 * @param new_thread The newly created thread handle.
267 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new_thread,
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp480 uint64_t new_thread = KMP_TEST_THEN_INC64((kmp_int64 *)&thread); local
481 ID = new_thread << (sizeof(uint64_t) * 8 - OMPT_THREAD_ID_BITS);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1328 Thread *new_thread = variable
1330 if (new_thread == nullptr) {
1337 process->GetThreadList().SetSelectedThreadByID(new_thread->GetID(), true);
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_create.c57 struct pthread *curthread, *new_thread; local
79 if ((new_thread = _thr_alloc(curthread)) == NULL)
86 new_thread->attr = _pthread_attr_default;
88 new_thread->attr = *(*attr);
89 cpusetp = new_thread->attr.cpuset;
90 cpusetsize = new_thread->attr.cpusetsize;
91 new_thread->attr.cpuset = NULL;
92 new_thread->attr.cpusetsize = 0;
94 if (new_thread->attr.sched_inherit == PTHREAD_INHERIT_SCHED) {
97 new_thread
[all...]
/freebsd-11-stable/usr.bin/truss/
H A Dsetup.c177 new_thread(struct procinfo *p, lwpid_t lwpid) function
224 t = new_thread(p, lwps[i]);
261 new_thread(np, lwpid);
708 new_thread(find_proc(info, si.si_pid),
/freebsd-11-stable/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-stable/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...]

Completed in 110 milliseconds