OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TId
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-linux-variants.h
42
#define
TId
ThreadId
51
#undef
TId
priv_syswrap-generic.h
40
Bool ML_(valid_client_addr)(Addr start, SizeT size, ThreadId
tid
,
53
Bool ML_(fd_allowed)(Int fd, const Char *syscallname, ThreadId
tid
, Bool isNewFD);
55
extern void ML_(record_fd_open_named) (ThreadId
tid
, Int fd);
56
extern void ML_(record_fd_open_nameless) (ThreadId
tid
, Int fd);
57
extern void ML_(record_fd_open_with_given_name)(ThreadId
tid
, Int fd,
76
ML_(buf_and_len_pre_check) ( ThreadId
tid
, Addr buf_p, Addr buflen_p,
79
ML_(buf_and_len_post_check) ( ThreadId
tid
, SysRes res,
84
void ML_(PRE_unknown_ioctl)(ThreadId
tid
, UWord request, UWord arg);
86
void ML_(POST_unknown_ioctl)(ThreadId
tid
, UInt res, UWord request, UWord arg);
216
#define
TId
ThreadI
[
all
...]
priv_syswrap-linux.h
38
extern Addr ML_(allocstack) ( ThreadId
tid
);
41
extern SysRes ML_(do_fork_clone) ( ThreadId
tid
, UInt flags,
281
#define
TId
ThreadId
285
extern void ML_(linux_PRE_sys_msgsnd) (
TId
, UW, UW, UW, UW );
286
extern void ML_(linux_PRE_sys_msgrcv) (
TId
, UW, UW, UW, UW, UW );
287
extern void ML_(linux_POST_sys_msgrcv) (
TId
, UW, UW, UW, UW, UW, UW );
288
extern void ML_(linux_PRE_sys_msgctl) (
TId
, UW, UW, UW );
289
extern void ML_(linux_POST_sys_msgctl) (
TId
, UW, UW, UW, UW );
290
extern void ML_(linux_PRE_sys_getsockopt) (
TId
, UW, UW, UW, UW, UW );
291
extern void ML_(linux_POST_sys_getsockopt) (
TId
, SR, UW, UW, UW, UW, UW )
[
all
...]
Completed in 1728 milliseconds