Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcondvar.h60 #define PyCOND_GETTIMEOFDAY(ptv) gettimeofday(ptv) argument
62 #define PyCOND_GETTIMEOFDAY(ptv) gettimeofday(ptv, (struct timezone *)NULL) argument
Dthread_pthread.h95 #define GETTIMEOFDAY(ptv) gettimeofday(ptv) argument
97 #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/libevent/
Devent_tagging.c581 struct timeval *ptv) in evtag_unmarshal_timeval()
/external/u-boot/include/
Dfsl_dtsec.h18 u32 ptv; /* pause time value */ member
Dtsec.h303 u32 ptv; /* Pause Time Value */ member
/external/u-boot/arch/powerpc/include/asm/
Dimmap_86xx.h293 uint ptv; /* 0x24028 - Pause Time Value Register */ member
Dimmap_85xx.h342 u32 ptv; /* Pause Time Value */ member