Searched defs:time_started (Results 1 – 5 of 5) sorted by relevance
20 def __init__(self, event, time_started=None, time_elapsed=None): argument33 def time_started(self): member in _EventRecord
76 int64_t time_started) { in RecordQueryBegin()
824 __le64 time_started; member
193 __u64 time_started; /* out, seconds since 1-Jan-1970 */ member
2142 time_started = dbmodels.DateTimeField(null=True, blank=True) variable in SpecialTask