Home | History | Annotate | Download | only in coregrind

Lines Matching full:threadid

144    Bool (*tool_handle_client_request)(ThreadId, UWord*, UWord*);
147 void (*tool_pre_syscall) (ThreadId, UInt, UWord*, UInt);
148 void (*tool_post_syscall)(ThreadId, UInt, UWord*, UInt, SysRes);
161 void* (*tool_malloc) (ThreadId, SizeT);
162 void* (*tool___builtin_new) (ThreadId, SizeT);
163 void* (*tool___builtin_vec_new) (ThreadId, SizeT);
164 void* (*tool_memalign) (ThreadId, SizeT, SizeT);
165 void* (*tool_calloc) (ThreadId, SizeT, SizeT);
166 void (*tool_free) (ThreadId, void*);
167 void (*tool___builtin_delete) (ThreadId, void*);
168 void (*tool___builtin_vec_delete)(ThreadId, void*);
169 void* (*tool_realloc) (ThreadId, void*, SizeT);
170 SizeT (*tool_malloc_usable_size) (ThreadId, void*);
181 void (*track_new_mem_stack_signal)(Addr, SizeT, ThreadId);
182 void (*track_new_mem_brk) (Addr, SizeT, ThreadId);
226 void (*track_pre_mem_read) (CorePart, ThreadId, const HChar*, Addr, SizeT);
227 void (*track_pre_mem_read_asciiz)(CorePart, ThreadId, const HChar*, Addr);
228 void (*track_pre_mem_write) (CorePart, ThreadId, const HChar*, Addr, SizeT);
229 void (*track_post_mem_write) (CorePart, ThreadId, Addr, SizeT);
231 void (*track_pre_reg_read) (CorePart, ThreadId, const HChar*, PtrdiffT, SizeT);
232 void (*track_post_reg_write)(CorePart, ThreadId, PtrdiffT, SizeT);
233 void (*track_post_reg_write_clientcall_return)(ThreadId, PtrdiffT, SizeT,
236 void (*track_start_client_code)(ThreadId, ULong);
237 void (*track_stop_client_code) (ThreadId, ULong);
239 void (*track_pre_thread_ll_create)(ThreadId, ThreadId);
240 void (*track_pre_thread_first_insn)(ThreadId);
241 void (*track_pre_thread_ll_exit) (ThreadId);
243 void (*track_pre_deliver_signal) (ThreadId, Int sigNo, Bool);
244 void (*track_post_deliver_signal)(ThreadId, Int sigNo);