Searched defs:thread_info (Results 1 - 13 of 13) sorted by relevance

/external/clang/tools/c-arcmt-test/
H A Dc-arcmt-test.c92 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/
H A Dinferiors.c27 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 *threa
[all...]
/external/valgrind/main/drd/tests/
H A Dpth_broadcast.c86 static void thread_func(struct cthread* thread_info) argument
96 printf("thread %d [%d] (1)\n", thread_info->m_threadnum, i);
98 csema_v(thread_info->m_sema);
104 printf("thread %d [%d] (2)\n", thread_info->m_threadnum, i);
/external/kernel-headers/original/asm-arm/
H A Dthread_info.h2 * 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 *, voi
[all...]
/external/kernel-headers/original/asm-mips/
H A Dthread_info.h0 /* 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/
H A Dthread_info_32.h0 /* 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/
H A Ddrd_clientobj.h140 OSet* thread_info; member in struct:rwlock_info
/external/valgrind/main/exp-bbv/
H A Dbbv_main.c76 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/
H A Dxml_utils.cpp444 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
[all...]
/external/clang/tools/c-index-test/
H A Dc-index-test.c2802 typedef struct thread_info { struct
2806 } thread_info; typedef in typeref:struct:thread_info
2808 thread_info *client_data = client_data_v;
2816 thread_info client_data;
/external/valgrind/main/callgrind/
H A Dglobal.h227 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/
H A Dsched.h51 #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
1379 #define task_thread_info(task) (task)->thread_info
1380 #define task_stack_page(task) ((void*)((task)->thread_info))
1390 return (unsigned long *)(p->thread_info + 1);
1396 * - see asm/thread_info.h for TIF_xxxx flags available
1485 * Wrappers for p->thread_info
[all...]
/external/v8/src/
H A Ddebug-debugger.js2302 var thread_info = { current: details[0],
2305 threads.push(thread_info);

Completed in 1771 milliseconds