HomeSort by relevance Sort by last modified time
    Searched full:thread_info (Results 151 - 175 of 271) sorted by null

1 2 3 4 5 67 8 91011

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
preempt.h 15 #include <linux/thread_info.h>
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
current.h 21 #include <linux/thread_info.h>
irq_regs.h 22 #include <linux/thread_info.h>
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
preempt.h 15 #include <linux/thread_info.h>
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
irq_32.h 24 #include <asm/thread_info.h>
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
preempt.h 15 #include <linux/thread_info.h>
  /external/valgrind/main/coregrind/m_gdbserver/
regcache.c 45 struct inferior_regcache_data * get_regcache (struct thread_info *inf,
66 struct thread_info *thread = (struct thread_info *) entry;
72 struct thread_info *saved_inferior = current_inferior;
131 struct thread_info *thread = (struct thread_info *) entry;
server.h 195 struct thread_info;
231 extern struct thread_info *current_inferior;
234 void remove_thread (struct thread_info *thread);
237 unsigned int thread_to_gdb_id (struct thread_info *);
239 struct thread_info *gdb_id_to_thread (unsigned int);
248 void *inferior_target_data (struct thread_info *);
249 void set_inferior_target_data (struct thread_info *, void *);
250 void *inferior_regcache_data (struct thread_info *);
251 void set_inferior_regcache_data (struct thread_info *, void *);
target.c 50 #define get_thread(inf) ((struct thread_info *)(inf))
54 struct thread_info *thread = get_thread (inf);
69 struct thread_info *ti;
209 struct thread_info *ti = gdb_id_to_thread(tid);
547 struct thread_info *found;
550 found = (struct thread_info *) find_inferior_id (&all_threads,
560 found = (struct thread_info *) find_inferior_id (&all_threads,
564 found = (struct thread_info *) find_inferior_id (&all_threads,
569 current_inferior = (struct thread_info *) all_threads.head;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threadedtempfile.py 50 thread_info = threading_setup()
67 threading_cleanup(*thread_info)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threadedtempfile.py 50 thread_info = threading_setup()
67 threading_cleanup(*thread_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;
  /bionic/libc/kernel/arch-arm/asm/
smp.h 24 #include <linux/thread_info.h>
  /bionic/libc/kernel/common/linux/
preempt.h 21 #include <linux/thread_info.h>
  /external/valgrind/main/callgrind/
threads.c 64 static thread_info* thread[VG_N_THREADS];
66 thread_info** CLG_(get_threads)()
71 thread_info* CLG_(get_current_thread)()
85 void CLG_(forall_threads)(void (*func)(thread_info*))
99 thread_info* new_thread(void)
101 thread_info* t;
103 t = (thread_info*) CLG_MALLOC("cl.threads.nt.1",
104 sizeof(thread_info));
135 thread_info* t = thread[CLG_(current_tid)];
156 thread_info* t
    [all...]
  /external/kernel-headers/original/asm-arm/
domain.h 64 struct thread_info *thread = current_thread_info(); \
smp.h 15 #include <linux/thread_info.h>
system.h 73 struct thread_info;
193 extern struct task_struct *__switch_to(struct task_struct *, struct thread_info *, 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/chromium_org/tools/android/forwarder/
forwarder.cc 191 ForwarderThreadInfo* thread_info = local
193 Server* server = thread_info->server;
194 int index = thread_info->forwarder_index;
195 delete thread_info;
  /external/kernel-headers/original/linux/
smp.h 17 #include <linux/thread_info.h>
mutex.h 53 struct thread_info *owner;
seccomp.h 50 #include <linux/thread_info.h>
  /development/ndk/platforms/android-3/include/linux/
spinlock.h 18 #include <linux/thread_info.h>
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
AudioFileReaderThread.c 201 thread_info (pthread_mach_thread_np (inThread), THREAD_BASIC_INFO, (integer_t*)&threadInfo, &count);
206 thread_info(pthread_mach_thread_np (inThread), THREAD_SCHED_TIMESHARE_INFO, (integer_t*)&(thePolicyInfo.ts), &count);
212 thread_info(pthread_mach_thread_np (inThread), THREAD_SCHED_FIFO_INFO, (integer_t*)&(thePolicyInfo.fifo), &count);
222 thread_info(pthread_mach_thread_np (inThread), THREAD_SCHED_RR_INFO, (integer_t*)&(thePolicyInfo.rr), &count);

Completed in 1084 milliseconds

1 2 3 4 5 67 8 91011