forked from mirrors/gecko-dev
Depends on D137612 Differential Revision: https://phabricator.services.mozilla.com/D137650
16 lines
295 B
ReStructuredText
16 lines
295 B
ReStructuredText
PR_USEC_PER_MSEC
|
|
================
|
|
|
|
A convenience macro to improve code readability as well as to avoid
|
|
mistakes in counting the number of zeros; represents the number of
|
|
microseconds in a millisecond.
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
.. code:: eval
|
|
|
|
#include <prtime.h>
|
|
|
|
#define PR_USEC_PER_MSEC 1000UL
|