OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:systime
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/dix/
dispatch.c
208
TimeStamp
systime
;
local
213
systime
.months = currentTime.months;
214
systime
.milliseconds = GetTimeInMillis();
215
if (
systime
.milliseconds < currentTime.milliseconds)
216
systime
.months++;
219
if (CompareTimeStamps(
systime
, currentTime) == LATER)
220
currentTime =
systime
;
227
TimeStamp
systime
;
local
229
systime
.months = currentTime.months;
230
systime
.milliseconds = GetTimeInMillis()
[
all
...]
/xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c
192
TimeStamp
systime
;
local
197
systime
.months = currentTime.months;
198
systime
.milliseconds = GetTimeInMillis();
199
if (
systime
.milliseconds < currentTime.milliseconds)
200
systime
.months++;
203
if (CompareTimeStamps(
systime
, currentTime) == LATER)
204
currentTime =
systime
;
211
TimeStamp
systime
;
local
213
systime
.months = currentTime.months;
214
systime
.milliseconds = GetTimeInMillis()
[
all
...]
Completed in 7 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026