Home
last modified time | relevance | path

Searched refs:vki_timespec (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/coregrind/
Dm_libcsignal.c419 static const struct vki_timespec zero = { 0, 0 }; in VG_()
547 static const struct vki_timespec zero = { 0, 0 }; in VG_()
Dm_libcfile.c604 struct vki_timespec timeout_ts; in VG_()
618 struct vki_timespec ts; in VG_()
619 struct vki_timespec *tsp; in VG_()
Dm_libcproc.c918 struct vki_timespec ts_now; in VG_()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c1198 PRE_MEM_READ( "futex(timeout)", ARG4, sizeof(struct vki_timespec) ); in PRE()
1304 struct vki_timespec *, tsp, vki_sigset_t *, sigmask, in PRE()
1317 PRE_MEM_READ( "ppoll(tsp)", ARG3, sizeof(struct vki_timespec) ); in PRE()
1760 ARG5, sizeof(struct vki_timespec)); in PRE()
2083 sizeof(struct vki_timespec) ); in PRE()
2105 ARG5, sizeof(struct vki_timespec) ); in PRE()
2161 PRE_MEM_READ( "clock_settime(tp)", ARG2, sizeof(struct vki_timespec) ); in PRE()
2169 PRE_MEM_WRITE( "clock_gettime(tp)", ARG2, sizeof(struct vki_timespec) ); in PRE()
2173 POST_MEM_WRITE( ARG2, sizeof(struct vki_timespec) ); in POST()
2184 PRE_MEM_WRITE( "clock_getres(res)", ARG2, sizeof(struct vki_timespec) ); in PRE()
[all …]
Dsyswrap-darwin.c2010 const struct vki_timespec *,timeout); in PRE()
2017 ARG6, sizeof(struct vki_timespec)); in PRE()
2036 const struct vki_timespec *,timeout); in PRE()
2043 ARG6, sizeof(struct vki_timespec)); in PRE()
3879 const struct vki_timespec *,"timeout"); in PRE()
3882 PRE_MEM_READ("timeout", ARG2, sizeof(struct vki_timespec)); in PRE()
4576 const struct vki_timespec *, timeout); in PRE()
4580 PRE_MEM_READ ("aio_suspend(timeout)", ARG3, sizeof(struct vki_timespec)); in PRE()
Dsyswrap-generic.c1764 PRE_MEM_READ( "semtimedop(timeout)", arg3, sizeof(struct vki_timespec) ); in ML_()
3905 PRE_MEM_READ( "nanosleep(req)", ARG1, sizeof(struct vki_timespec) ); in PRE()
3907 PRE_MEM_WRITE( "nanosleep(rem)", ARG2, sizeof(struct vki_timespec) ); in PRE()
3914 POST_MEM_WRITE( ARG2, sizeof(struct vki_timespec) ); in POST()
Dsyswrap-solaris.c2967 struct vki_timespec *, timeout); in PRE()
7927 PRE_MEM_WRITE("clock_gettime(tp)", ARG2, sizeof(struct vki_timespec));
7932 POST_MEM_WRITE(ARG2, sizeof(struct vki_timespec));
7941 PRE_MEM_READ("clock_settime(tp)", ARG2, sizeof(struct vki_timespec));
7952 PRE_MEM_WRITE("clock_getres(res)", ARG2, sizeof(struct vki_timespec));
7958 POST_MEM_WRITE(ARG2, sizeof(struct vki_timespec));
/external/valgrind/include/vki/
Dvki-linux.h285 struct vki_timespec { struct
301 struct vki_timespec it_interval; /* timer period */ argument
302 struct vki_timespec it_value; /* timer expiration */
4354 struct vki_timespec timestamp;
Dvki-darwin.h117 #define vki_timespec timespec macro
Dvki-solaris.h1260 #define vki_timespec timespec macro