Searched refs:PR_Now (Results 1 - 25 of 29) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dtime.cpp50 RCTime now(PR_Now());
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dformattm.c50 now = PR_Now();
H A Dinrval.c129 timein = PR_Now();
131 timeout = PR_Now();
138 output, "Overhead of 'PR_Now()' is %u nsecs\n\n", overhead);
154 timein = PR_Now();
156 timeout = PR_Now();
H A Dtime.c122 rv = PR_Now();
134 rv = PR_Now();
H A Dtimemac.c101 ** Testing PR_Now(), PR_ExplodeTime, and PR_ImplodeTime
113 printf("** Testing PR_Now(), PR_ExplodeTime, and **\n");
117 t1 = PR_Now();
H A Dperf.c95 time = PR_Now();
H A Dy2k.c166 * Call PR_Now, convert to calendar time using PR_ExplodeTime and
170 * Tested functions: PR_Now, PR_ExplodeTime, PR_ImplodeTime,
325 now = PR_Now();
H A Dtimetest.c233 ** Testing PR_Now(), PR_ExplodeTime, and PR_ImplodeTime
246 printf("** Testing PR_Now(), PR_ExplodeTime, and **\n");
251 t1 = PR_Now();
H A Dcltsrv.c232 PR_ExplodeTime(PR_Now(), PR_LocalTimeParameters, &tod);
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestAtoms.cpp58 PRTime start = PR_Now();
72 PRTime end0 = PR_Now();
80 PRTime end1 = PR_Now();
96 PRTime end2 = PR_Now();
105 PRTime end3 = PR_Now();
H A DCvtURL.cpp97 PRTime start = PR_Now();
110 PRTime end = PR_Now();
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drctime.cpp48 RCTime::RCTime(RCTime::Current): RCBase() { gmt = PR_Now(); }
H A Drctime.h110 inline void RCTime::Now() { gmt = PR_Now(); }
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16null.c50 * PR_Now --
66 PR_Now(void) function
H A Dntmisc.c76 * PR_Now --
88 PR_Now(void)
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprtime.h54 #define PR_Now VBoxNsprPR_Now macro
178 * The PR_Now routine returns the current time relative to the
195 PR_Now(void);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTime.h60 nsTime(void) : nsInt64(PR_Now()) {
H A DnsTimelineService.cpp186 * PR_Now() on the Mac only gives us a resolution of seconds. Using
203 return PR_Now();
223 new_data->initTime = PR_Now();
279 (PRUint32)(PR_Now() - initTime));
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmactime.c107 * PR_Now --
118 PRTime PR_Now(void) function
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiMisc.cpp128 PR_ExplodeTime(PR_Now(), PR_LocalTimeParameters, &expTime);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbeos.c97 * PR_Now --
109 PR_Now(void)
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dprofile_main.cpp71 return nsInt64( PR_Now() );
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprmsgc.c1192 PRInt64 now = PR_Now();
1660 start = PR_Now();
1783 end = PR_Now();
2795 allocTime = PR_Now();
2917 LL_SUB(ldelta, PR_Now(), allocTime);
2936 LL_ADD(allocTime, PR_Now(), ldelta);
2985 PRInt64 now = PR_Now();
3152 LL_SUB(ldelta, PR_Now(), allocTime);
3170 LL_ADD(allocTime, PR_Now(), ldelta);
3212 PRInt64 now = PR_Now();
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2misc.c81 * PR_Now --
93 PR_Now(void)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtrace.c408 tep->time = PR_Now();

Completed in 3007 milliseconds

12