Lines Matching full:threadid
468 static Seg* add_new_segment ( ThreadId
491 void* alloc_and_new_mem_heap ( ThreadId tid,
508 static void die_and_free_mem_heap ( ThreadId tid, Seg* seg )
525 static void handle_free_heap( ThreadId tid, void* p )
893 void* h_replace_malloc ( ThreadId tid, SizeT n )
899 void* h_replace___builtin_new ( ThreadId tid, SizeT n )
905 void* h_replace___builtin_vec_new ( ThreadId tid, SizeT n )
911 void* h_replace_memalign ( ThreadId tid, SizeT align, SizeT n )
917 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 )
923 void h_replace_free ( ThreadId tid, void* p )
941 void h_replace___builtin_delete ( ThreadId tid, void* p )
946 void h_replace___builtin_vec_delete ( ThreadId tid, void* p )
951 void* h_replace_realloc ( ThreadId tid, void* p_old, SizeT new_size )
1002 SizeT h_replace_malloc_usable_size ( ThreadId tid, void* p )
1163 static void pre_mem_access2 ( CorePart part, ThreadId tid, Char* str,
1203 void h_pre_mem_access ( CorePart part, ThreadId tid, Char* s,
1209 void h_pre_mem_read_asciiz ( CorePart part, ThreadId tid,
1945 static UWord get_guest_intreg ( ThreadId tid, Int shadowNo,
1959 static void put_guest_intreg ( ThreadId tid, Int shadowNo,
1973 static void init_shadow_registers ( ThreadId tid )
1981 static void post_reg_write_nonptr ( ThreadId tid, PtrdiffT offset, SizeT size )
2008 static void post_reg_write_nonptr_or_unknown ( ThreadId tid,
2025 void h_post_reg_write_demux ( CorePart part, ThreadId tid,
2056 void h_post_reg_write_clientcall(ThreadId tid, PtrdiffT guest_state_offset,
2159 void h_pre_syscall ( ThreadId tid, UInt sysno,
2572 void h_post_syscall ( ThreadId tid, UInt sysno,