Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c1060 PRE_MEM_READ( "futex(timeout)", ARG4, sizeof(struct vki_timespec) ); in PRE()
1165 struct vki_timespec *, tsp, vki_sigset_t *, sigmask, in PRE()
1178 PRE_MEM_READ( "ppoll(tsp)", ARG3, sizeof(struct vki_timespec) ); in PRE()
1620 ARG5, sizeof(struct vki_timespec)); in PRE()
1895 sizeof(struct vki_timespec) ); in PRE()
1917 ARG5, sizeof(struct vki_timespec) ); in PRE()
1973 PRE_MEM_READ( "clock_settime(tp)", ARG2, sizeof(struct vki_timespec) ); in PRE()
1981 PRE_MEM_WRITE( "clock_gettime(tp)", ARG2, sizeof(struct vki_timespec) ); in PRE()
1985 POST_MEM_WRITE( ARG2, sizeof(struct vki_timespec) ); in POST()
1996 PRE_MEM_WRITE( "clock_getres(res)", ARG2, sizeof(struct vki_timespec) ); in PRE()
[all …]
Dsyswrap-generic.c1556 PRE_MEM_READ( "semtimedop(timeout)", arg3, sizeof(struct vki_timespec) ); in ML_()
3584 PRE_MEM_READ( "nanosleep(req)", ARG1, sizeof(struct vki_timespec) ); in PRE()
3586 PRE_MEM_WRITE( "nanosleep(rem)", ARG2, sizeof(struct vki_timespec) ); in PRE()
3593 POST_MEM_WRITE( ARG2, sizeof(struct vki_timespec) ); in POST()
Dsyswrap-darwin.c1431 const struct vki_timespec *,timeout); in PRE()
1438 ARG6, sizeof(struct vki_timespec)); in PRE()
3223 const struct vki_timespec *,"timeout"); in PRE()
3226 PRE_MEM_READ("timeout", ARG2, sizeof(struct vki_timespec)); in PRE()
3843 const struct vki_timespec *, timeout); in PRE()
3847 PRE_MEM_READ ("aio_suspend(timeout)", ARG3, sizeof(struct vki_timespec)); in PRE()
/external/valgrind/main/coregrind/
Dm_libcsignal.c356 static const struct vki_timespec zero = { 0, 0 }; in VG_()
Dm_libcproc.c619 struct vki_timespec ts_now; in VG_()
/external/valgrind/main/include/vki/
Dvki-linux.h271 struct vki_timespec { struct
287 struct vki_timespec it_interval; /* timer period */ argument
288 struct vki_timespec it_value; /* timer expiration */
Dvki-darwin.h109 #define vki_timespec timespec macro