Home | History | Annotate | Download | only in include

Lines Matching refs:ThreadId

69       ThreadId tid;    /* tid requesting translation */
89 // * closure->tid is the ThreadId of the thread requesting the
301 // Should the core indicate which ThreadId each error comes from?
410 Bool (*handle_client_request)(ThreadId tid, UWord* arg_block, UWord* ret)
425 void (* pre_syscall)(ThreadId tid, UInt syscallno,
427 void (*post_syscall)(ThreadId tid, UInt syscallno,
448 void* (*pmalloc) ( ThreadId tid, SizeT n ),
449 void* (*p__builtin_new) ( ThreadId tid, SizeT n ),
450 void* (*p__builtin_vec_new) ( ThreadId tid, SizeT n ),
451 void* (*pmemalign) ( ThreadId tid, SizeT align, SizeT n ),
452 void* (*pcalloc) ( ThreadId tid, SizeT nmemb, SizeT size1 ),
453 void (*pfree) ( ThreadId tid, void* p ),
454 void (*p__builtin_delete) ( ThreadId tid, void* p ),
455 void (*p__builtin_vec_delete) ( ThreadId tid, void* p ),
456 void* (*prealloc) ( ThreadId tid, void* p, SizeT new_size ),
457 SizeT (*pmalloc_usable_size) ( ThreadId tid, void* p),
492 Note that most events aren't passed a ThreadId. If the event is one called
502 For new_mem_brk and new_mem_stack_signal, the supplied ThreadId
515 void VG_(track_new_mem_stack_signal)(void(*f)(Addr a, SizeT len, ThreadId tid));
516 void VG_(track_new_mem_brk) (void(*f)(Addr a, SizeT len, ThreadId tid));
586 void VG_(track_pre_mem_read) (void(*f)(CorePart part, ThreadId tid,
588 void VG_(track_pre_mem_read_asciiz)(void(*f)(CorePart part, ThreadId tid,
590 void VG_(track_pre_mem_write) (void(*f)(CorePart part, ThreadId tid,
592 void VG_(track_post_mem_write) (void(*f)(CorePart part, ThreadId tid,
597 void VG_(track_pre_reg_read) (void(*f)(CorePart part, ThreadId tid,
600 void VG_(track_post_reg_write)(void(*f)(CorePart part, ThreadId tid,
606 void(*f)(ThreadId tid, PtrdiffT guest_state_offset, SizeT size, Addr f));
622 void(*f)(ThreadId tid, ULong blocks_dispatched)
625 void(*f)(ThreadId tid, ULong blocks_dispatched)
665 void VG_(track_pre_thread_ll_create) (void(*f)(ThreadId tid, ThreadId child));
666 void VG_(track_pre_thread_first_insn)(void(*f)(ThreadId tid));
667 void VG_(track_pre_thread_ll_exit) (void(*f)(ThreadId tid));
676 void VG_(track_pre_deliver_signal) (void(*f)(ThreadId tid, Int sigNo,
680 void VG_(track_post_deliver_signal)(void(*f)(ThreadId tid, Int sigNo));