Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c1159 PRE_MEM_READ( "futex(timeout)", ARG4, sizeof(struct vki_timespec) ); in PRE()
1264 struct vki_timespec *, tsp, vki_sigset_t *, sigmask, in PRE()
1277 PRE_MEM_READ( "ppoll(tsp)", ARG3, sizeof(struct vki_timespec) ); in PRE()
1719 ARG5, sizeof(struct vki_timespec)); in PRE()
2042 sizeof(struct vki_timespec) ); in PRE()
2064 ARG5, sizeof(struct vki_timespec) ); in PRE()
2120 PRE_MEM_READ( "clock_settime(tp)", ARG2, sizeof(struct vki_timespec) ); in PRE()
2128 PRE_MEM_WRITE( "clock_gettime(tp)", ARG2, sizeof(struct vki_timespec) ); in PRE()
2132 POST_MEM_WRITE( ARG2, sizeof(struct vki_timespec) ); in POST()
2143 PRE_MEM_WRITE( "clock_getres(res)", ARG2, sizeof(struct vki_timespec) ); in PRE()
[all …]
Dsyswrap-generic.c1658 PRE_MEM_READ( "semtimedop(timeout)", arg3, sizeof(struct vki_timespec) ); in ML_()
3694 PRE_MEM_READ( "nanosleep(req)", ARG1, sizeof(struct vki_timespec) ); in PRE()
3696 PRE_MEM_WRITE( "nanosleep(rem)", ARG2, sizeof(struct vki_timespec) ); in PRE()
3703 POST_MEM_WRITE( ARG2, sizeof(struct vki_timespec) ); in POST()
Dsyswrap-darwin.c1447 const struct vki_timespec *,timeout); in PRE()
1454 ARG6, sizeof(struct vki_timespec)); in PRE()
3249 const struct vki_timespec *,"timeout"); in PRE()
3252 PRE_MEM_READ("timeout", ARG2, sizeof(struct vki_timespec)); in PRE()
3869 const struct vki_timespec *, timeout); in PRE()
3873 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.c627 struct vki_timespec ts_now; in VG_()
Dm_libcfile.c498 struct vki_timespec timeout_ts; in VG_()
/external/valgrind/main/include/vki/
Dvki-linux.h281 struct vki_timespec { struct
297 struct vki_timespec it_interval; /* timer period */ argument
298 struct vki_timespec it_value; /* timer expiration */
Dvki-darwin.h109 #define vki_timespec timespec macro