HomeSort by relevance Sort by last modified time
    Searched defs:thread_info (Results 1 - 13 of 13) sorted by null

  /external/clang/tools/c-arcmt-test/
c-arcmt-test.c 92 typedef struct thread_info { struct
96 } thread_info; typedef in typeref:struct:thread_info
98 thread_info *client_data = client_data_v;
106 thread_info client_data;
  /external/valgrind/main/coregrind/m_gdbserver/
inferiors.c 27 struct thread_info struct
37 struct thread_info *current_inferior;
39 #define get_thread(inf) ((struct thread_info *)(inf))
100 struct thread_info *new_thread
101 = (struct thread_info *) malloc (sizeof (*new_thread));
122 struct thread_info *thread = get_thread (inf);
131 unsigned int thread_to_gdb_id (struct thread_info *thread)
136 struct thread_info * gdb_id_to_thread (unsigned int gdb_id)
141 struct thread_info *thread = get_thread (inf);
152 struct thread_info *thread = gdb_id_to_thread (gdb_id)
    [all...]
  /external/kernel-headers/original/asm-arm/
thread_info.h 2 * linux/include/asm-arm/thread_info.h
51 struct thread_info { struct
83 #define init_thread_info (init_thread_union.thread_info)
89 static inline struct thread_info *current_thread_info(void) __attribute_const__;
91 static inline struct thread_info *current_thread_info(void)
94 return (struct thread_info *)(sp & ~(THREAD_SIZE - 1));
97 extern struct thread_info *alloc_thread_info(struct task_struct *task);
98 extern void free_thread_info(struct thread_info *);
105 extern void crunch_task_disable(struct thread_info *);
106 extern void crunch_task_copy(struct thread_info *, void *)
    [all...]
  /external/kernel-headers/original/asm-mips/
thread_info.h 0 /* thread_info.h: MIPS low-level thread information
24 struct thread_info { struct
58 #define init_thread_info (init_thread_union.thread_info)
62 register struct thread_info *__current_thread_info __asm__("$28");
90 struct thread_info *ret; \
  /external/kernel-headers/original/asm-x86/
thread_info_32.h 0 /* thread_info.h: i386 low-level thread information
27 struct thread_info { struct
83 #define init_thread_info (init_thread_union.thread_info)
91 static inline struct thread_info *current_thread_info(void)
93 return (struct thread_info *)(current_stack_pointer & ~(THREAD_SIZE - 1));
98 #define alloc_thread_info(tsk) ((struct thread_info *) \
101 #define alloc_thread_info(tsk) ((struct thread_info *) \
  /external/valgrind/main/drd/
drd_clientobj.h 140 OSet* thread_info; member in struct:rwlock_info
  /system/core/toolbox/
schedtop.c 17 struct thread_info { struct
29 struct thread_info *data;
52 struct thread_info *new_table;
67 static struct thread_info *get_item(struct thread_table *table)
94 static void add_thread(int pid, int tid, struct thread_info *proc_info)
99 struct thread_info *info;
155 static void add_threads(int pid, struct thread_info *proc_info)
204 struct thread_info *proc_info;
  /external/valgrind/main/exp-bbv/
bbv_main.c 76 struct thread_info *bbv_thread=NULL;
79 struct thread_info { struct
467 static struct thread_info *allocate_new_thread(struct thread_info *old,
470 struct thread_info *temp;
476 new_number*sizeof(struct thread_info));
  /external/oprofile/libpp/
xml_utils.cpp 444 class thread_info : public module_info { class in inherits:module_info
446 thread_info() { nr_modules = 0; } function in class:thread_info
477 growable_vector<thread_info> my_threads;
841 thread_info & thr = my_threads[t];
848 void thread_info::build_thread(string const & tid, size_t l, size_t h)
856 void thread_info::summarize()
863 void thread_info::set_end(sym_iterator end)
870 void thread_info::add_module_symbol(string const & n, sym_iterator it)
877 void thread_info::output(ostream & out)
899 bool thread_info::add_modules(string const & module, sym_iterator it
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 2802 typedef struct thread_info { struct
2806 } thread_info; typedef in typeref:struct:thread_info
    [all...]
  /external/valgrind/main/callgrind/
global.h 227 typedef struct _thread_info thread_info; typedef in typeref:struct:_thread_info
797 thread_info** CLG_(get_threads)(void);
798 thread_info* CLG_(get_current_thread)(void);
800 void CLG_(forall_threads)(void (*func)(thread_info*));
  /external/kernel-headers/original/linux/
sched.h 51 #include <linux/thread_info.h>
769 struct thread_info *thread_info; member in struct:task_struct
1146 struct thread_info thread_info; member in union:thread_union
    [all...]
  /external/v8/src/
debug-debugger.js     [all...]

Completed in 391 milliseconds