OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GETTIMEOFDAY
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h
502
* The standard (XPG4)
gettimeofday
() (from BSD) takes two arguments.
503
* On some SVR4 derivatives,
gettimeofday
() takes only one argument.
504
* The
GETTIMEOFDAY
macro is intended to hide this difference.
507
#define
GETTIMEOFDAY
(tp)
gettimeofday
(tp)
509
#define
GETTIMEOFDAY
(tp)
gettimeofday
((tp), NULL)
_beos.h
175
#define
GETTIMEOFDAY
(tp)
gettimeofday
((tp), NULL)
Completed in 177 milliseconds