HomeSort by relevance Sort by last modified time
    Searched defs:thread_info (Results 1 - 7 of 7) 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;
110 thread_info client_data;
  /external/valgrind/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/valgrind/drd/
drd_clientobj.h 140 OSet* thread_info; member in struct:rwlock_info
  /external/valgrind/exp-bbv/
bbv_main.c 74 struct thread_info *bbv_thread=NULL;
77 struct thread_info { struct
457 static struct thread_info *allocate_new_thread(struct thread_info *old,
460 struct thread_info *temp;
466 new_number*sizeof(struct thread_info));
  /external/valgrind/callgrind/
global.h 191 typedef struct _thread_info thread_info; typedef in typeref:struct:_thread_info
759 thread_info** CLG_(get_threads)(void);
760 thread_info* CLG_(get_current_thread)(void);
762 void CLG_(forall_threads)(void (*func)(thread_info*));
  /external/clang/tools/c-index-test/
c-index-test.c 4178 typedef struct thread_info { struct
4182 } thread_info; typedef in typeref:struct:thread_info
    [all...]
  /external/v8/src/
debug-debugger.js     [all...]

Completed in 145 milliseconds