HomeSort by relevance Sort by last modified time
    Searched refs:thread_info (Results 101 - 125 of 193) sorted by null

1 2 3 45 6 7 8

  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
smp.h 17 #include <linux/thread_info.h>
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
preempt.h 15 #include <linux/thread_info.h>
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
smp.h 17 #include <linux/thread_info.h>
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
preempt.h 15 #include <linux/thread_info.h>
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/
smp.h 17 #include <linux/thread_info.h>
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
preempt.h 15 #include <linux/thread_info.h>
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
preempt.h 15 #include <linux/thread_info.h>
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
preempt.h 15 #include <linux/thread_info.h>
  /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 *) \
a.out.h 21 # include <linux/thread_info.h>
irq_32.h 16 #include <asm/thread_info.h>
  /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/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/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;
  /external/kernel-headers/original/asm-arm/
domain.h 64 struct thread_info *thread = current_thread_info(); \
smp.h 15 #include <linux/thread_info.h>
  /external/kernel-headers/original/linux/
preempt.h 9 #include <linux/thread_info.h>
mutex.h 53 struct thread_info *owner;
seccomp.h 50 #include <linux/thread_info.h>
  /external/valgrind/main/drd/
drd_rwlock.c 89 VG_(OSetGen_ResetIter)(p->thread_info);
90 for ( ; (q = VG_(OSetGen_Next)(p->thread_info)) != 0; )
101 VG_(OSetGen_ResetIter)(p->thread_info);
102 for ( ; (q = VG_(OSetGen_Next)(p->thread_info)) != 0; )
120 q = VG_(OSetGen_Lookup)(p->thread_info, &uword_tid);
130 q = VG_(OSetGen_Lookup)(p->thread_info, &uword_tid);
175 VG_(OSetGen_ResetIter)(p->thread_info);
176 for ( ; (q = VG_(OSetGen_Next)(p->thread_info)) != 0; ) {
233 p->thread_info = VG_(OSetGen_Create)(
260 VG_(OSetGen_ResetIter)(p->thread_info);
    [all...]
  /external/valgrind/main/drd/tests/
pth_broadcast.c 86 static void thread_func(struct cthread* thread_info)
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);
  /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/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...]

Completed in 1831 milliseconds

1 2 3 45 6 7 8