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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/gdbserver/
H A Dinferiors.c113 struct thread_info *new_thread = malloc (sizeof (*new_thread)); local
115 memset (new_thread, 0, sizeof (*new_thread));
117 new_thread->entry.id = thread_id;
119 add_inferior_to_list (&all_threads, & new_thread->entry);
122 current_inferior = new_thread;
124 new_thread->target_data = target_data;
125 set_inferior_regcache_data (new_thread, new_register_cache ());
126 new_thread
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/gdbserver/
H A Dinferiors.c113 struct thread_info *new_thread = malloc (sizeof (*new_thread)); local
115 memset (new_thread, 0, sizeof (*new_thread));
117 new_thread->entry.id = thread_id;
119 add_inferior_to_list (&all_threads, & new_thread->entry);
122 current_inferior = new_thread;
124 new_thread->target_data = target_data;
125 set_inferior_regcache_data (new_thread, new_register_cache ());
126 new_thread
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/gdbserver/
H A Dinferiors.c113 struct thread_info *new_thread = malloc (sizeof (*new_thread)); local
115 memset (new_thread, 0, sizeof (*new_thread));
117 new_thread->entry.id = thread_id;
119 add_inferior_to_list (&all_threads, & new_thread->entry);
122 current_inferior = new_thread;
124 new_thread->target_data = target_data;
125 set_inferior_regcache_data (new_thread, new_register_cache ());
126 new_thread
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kernel/
H A Dprocess.c332 static void switch_booke_debug_regs(struct thread_struct *new_thread) argument
335 || (new_thread->dbcr0 & DBCR0_IDM))
336 prime_debug_regs(new_thread);
375 struct thread_struct *new_thread, *old_thread; local
459 new_thread = &new->thread;
463 if ((new_thread->dbcr0 | old_thread->dbcr0) & DBCR0_IDM) {
469 dbcr0 = (dbcr0 & DBCR0_EDM) | new_thread->dbcr0;
484 new_thread->start_tb = current_tb;
500 last = _switch(old_thread, new_thread);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprocess.c332 static void switch_booke_debug_regs(struct thread_struct *new_thread) argument
335 || (new_thread->dbcr0 & DBCR0_IDM))
336 prime_debug_regs(new_thread);
375 struct thread_struct *new_thread, *old_thread; local
459 new_thread = &new->thread;
463 if ((new_thread->dbcr0 | old_thread->dbcr0) & DBCR0_IDM) {
469 dbcr0 = (dbcr0 & DBCR0_EDM) | new_thread->dbcr0;
484 new_thread->start_tb = current_tb;
500 last = _switch(old_thread, new_thread);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/include/shared/
H A Dos.h272 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/include/shared/
H A Dos.h272 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/kernel/
H A Dprocess.c204 new_thread(task_stack_page(p), &p->thread.switch_buf, handler);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/kernel/
H A Dprocess.c204 new_thread(task_stack_page(p), &p->thread.switch_buf, handler);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/os-Linux/skas/
H A Dprocess.c618 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/os-Linux/skas/
H A Dprocess.c618 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) function

Completed in 144 milliseconds