Searched defs:gCounter (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dbug1test.c60 PRInt32 gCounter; // a counter variable
111 last = gCounter;
112 gCounter++;
116 PR_ASSERT (gCounter == (last + 1)); // test invariance
162 last = gCounter;
166 PR_ASSERT (gCounter == last); // test invariance
192 PRInt32 lastWriteCount = gCounter;
229 writeCount = gCounter;

Completed in 3877 milliseconds