Lines Matching defs:ThreadId

74 Bool ML_(valid_client_addr)(Addr start, SizeT size, ThreadId tid,
246 UWord flags, ThreadId tid )
558 void ML_(record_fd_open_with_given_name)(ThreadId tid, Int fd, char *pathname)
592 void ML_(record_fd_open_named)(ThreadId tid, Int fd)
605 void ML_(record_fd_open_nameless)(ThreadId tid, Int fd)
893 void pre_mem_read_sendmsg ( ThreadId tid, Bool read,
903 void pre_mem_write_recvmsg ( ThreadId tid, Bool read,
916 void post_mem_write_recvmsg ( ThreadId tid, Bool read,
925 ThreadId tid,
929 void (*foreach_func)( ThreadId, Bool, const HChar *, Addr, SizeT ),
991 static void check_cmsg_for_fds(ThreadId tid, struct vki_msghdr *msg)
1016 void pre_mem_read_sockaddr ( ThreadId tid,
1086 static UInt deref_UInt ( ThreadId tid, Addr a, const HChar* s )
1096 void ML_(buf_and_len_pre_check) ( ThreadId tid, Addr buf_p, Addr buflen_p,
1108 void ML_(buf_and_len_post_check) ( ThreadId tid, SysRes res,
1257 Bool ML_(fd_allowed)(Int fd, const HChar *syscallname, ThreadId tid,
1324 ML_(generic_PRE_sys_socketpair) ( ThreadId tid,
1334 ML_(generic_POST_sys_socketpair) ( ThreadId tid,
1362 ML_(generic_POST_sys_socket) ( ThreadId tid, SysRes res )
1379 ML_(generic_PRE_sys_bind) ( ThreadId tid,
1393 ML_(generic_PRE_sys_accept) ( ThreadId tid,
1406 ML_(generic_POST_sys_accept) ( ThreadId tid,
1430 ML_(generic_PRE_sys_sendto) ( ThreadId tid,
1449 ML_(generic_PRE_sys_send) ( ThreadId tid,
1462 ML_(generic_PRE_sys_recvfrom) ( ThreadId tid,
1480 ML_(generic_POST_sys_recvfrom) ( ThreadId tid,
1500 ML_(generic_PRE_sys_recv) ( ThreadId tid,
1515 ML_(generic_POST_sys_recv) ( ThreadId tid,
1528 ML_(generic_PRE_sys_connect) ( ThreadId tid,
1541 ML_(generic_PRE_sys_setsockopt) ( ThreadId tid,
1555 ML_(generic_PRE_sys_getsockname) ( ThreadId tid,
1568 ML_(generic_POST_sys_getsockname) ( ThreadId tid,
1582 ML_(generic_PRE_sys_getpeername) ( ThreadId tid,
1595 ML_(generic_POST_sys_getpeername) ( ThreadId tid,
1609 ML_(generic_PRE_sys_sendmsg) ( ThreadId tid, const HChar *name,
1618 ML_(generic_PRE_sys_recvmsg) ( ThreadId tid, const HChar *name,
1625 ML_(generic_POST_sys_recvmsg) ( ThreadId tid, const HChar *name,
1640 ML_(generic_PRE_sys_semop) ( ThreadId tid,
1650 ML_(generic_PRE_sys_semtimedop) ( ThreadId tid,
1690 ML_(generic_PRE_sys_semctl) ( ThreadId tid,
1759 ML_(generic_POST_sys_semctl) ( ThreadId tid,
1834 ML_(generic_PRE_sys_shmat) ( ThreadId tid,
1869 ML_(generic_POST_sys_shmat) ( ThreadId tid,
1906 ML_(generic_PRE_sys_shmdt) ( ThreadId tid, UWord arg0 )
1913 ML_(generic_POST_sys_shmdt) ( ThreadId tid, UWord res, UWord arg0 )
1937 ML_(generic_PRE_sys_shmctl) ( ThreadId tid,
1996 ML_(generic_POST_sys_shmctl) ( ThreadId tid,
2070 ML_(generic_PRE_sys_mmap) ( ThreadId tid,
2595 static void pre_argv_envp(Addr a, ThreadId tid, const HChar* s1, const HChar* s2)
2617 void VG_(reap_threads)(ThreadId self)
3299 static void common_post_getrlimit(ThreadId tid, UWord a1, UWord a2)
3407 void ML_(PRE_unknown_ioctl)(ThreadId tid, UWord request, UWord arg)
3451 void ML_(POST_unknown_ioctl)(ThreadId tid, UInt res, UWord request, UWord arg)
3491 ThreadId tid;