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

/external/valgrind/coregrind/
H A Dm_libcsignal.c419 static const struct vki_timespec zero = { 0, 0 };
547 static const struct vki_timespec zero = { 0, 0 };
H A Dm_libcfile.c608 struct vki_timespec timeout_ts;
622 struct vki_timespec ts;
623 struct vki_timespec *tsp;
H A Dm_libcproc.c909 struct vki_timespec ts_now;
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux.c1639 PRE_MEM_READ( "futex(timeout)", ARG4, sizeof(struct vki_timespec) );
1781 struct vki_timespec *, tsp, vki_sigset_t *, sigmask,
1794 PRE_MEM_READ( "ppoll(tsp)", ARG3, sizeof(struct vki_timespec) );
2252 ARG5, sizeof(struct vki_timespec));
2575 sizeof(struct vki_timespec) );
2597 ARG5, sizeof(struct vki_timespec) );
2653 PRE_MEM_READ( "clock_settime(tp)", ARG2, sizeof(struct vki_timespec) );
2661 PRE_MEM_WRITE( "clock_gettime(tp)", ARG2, sizeof(struct vki_timespec) );
2665 POST_MEM_WRITE( ARG2, sizeof(struct vki_timespec) );
2676 PRE_MEM_WRITE( "clock_getres(res)", ARG2, sizeof(struct vki_timespec) );
[all...]
H A Dsyswrap-darwin.c2015 const struct vki_timespec *,timeout);
2022 ARG6, sizeof(struct vki_timespec));
2041 const struct vki_timespec *,timeout);
2048 ARG6, sizeof(struct vki_timespec));
3884 const struct vki_timespec *,"timeout");
3887 PRE_MEM_READ("timeout", ARG2, sizeof(struct vki_timespec));
4581 const struct vki_timespec *, timeout);
4585 PRE_MEM_READ ("aio_suspend(timeout)", ARG3, sizeof(struct vki_timespec));
8795 // const struct vki_timespec *,ts);
8798 // ARG5, sizeof(struct vki_timespec));
[all...]
H A Dsyswrap-generic.c1785 PRE_MEM_READ( "semtimedop(timeout)", arg3, sizeof(struct vki_timespec) );
3909 PRE_MEM_READ( "nanosleep(req)", ARG1, sizeof(struct vki_timespec) );
3911 PRE_MEM_WRITE( "nanosleep(rem)", ARG2, sizeof(struct vki_timespec) );
3918 POST_MEM_WRITE( ARG2, sizeof(struct vki_timespec) );
H A Dsyswrap-solaris.c2995 struct vki_timespec *, timeout);
8444 PRE_MEM_WRITE("clock_gettime(tp)", ARG2, sizeof(struct vki_timespec));
8449 POST_MEM_WRITE(ARG2, sizeof(struct vki_timespec));
8458 PRE_MEM_READ("clock_settime(tp)", ARG2, sizeof(struct vki_timespec));
8469 PRE_MEM_WRITE("clock_getres(res)", ARG2, sizeof(struct vki_timespec));
8475 POST_MEM_WRITE(ARG2, sizeof(struct vki_timespec));
/external/valgrind/include/vki/
H A Dvki-darwin.h117 #define vki_timespec timespec macro
H A Dvki-linux.h281 struct vki_timespec { struct
297 struct vki_timespec it_interval; /* timer period */
298 struct vki_timespec it_value; /* timer expiration */
4385 struct vki_timespec timestamp;
H A Dvki-solaris.h1335 #define vki_timespec timespec macro

Completed in 369 milliseconds