Home
last modified time | relevance | path

Searched defs:ptv (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Python/
Dcondvar.h71 #define PyCOND_GETTIMEOFDAY(ptv) gettimeofday(ptv) argument
73 #define PyCOND_GETTIMEOFDAY(ptv) gettimeofday(ptv, (struct timezone *)NULL) argument
Dthread_pthread.h105 #define GETTIMEOFDAY(ptv) gettimeofday(ptv) argument
107 #define GETTIMEOFDAY(ptv) gettimeofday(ptv, (struct timezone *)NULL) argument
/external/python/cpython2/Modules/
D_hotshot.c103 #define GETTIMEOFDAY(ptv) gettimeofday((ptv)) argument
105 #define GETTIMEOFDAY(ptv) gettimeofday((ptv), (struct timezone *)NULL) argument
/external/strace/
Dsyscall.c725 syscall_exiting_decode(struct tcb *tcp, struct timeval *ptv) in syscall_exiting_decode()
/external/libevent/
Devent_tagging.c581 struct timeval *ptv) in evtag_unmarshal_timeval()