Searched refs:runnable_ts (Results 1 – 2 of 2) sorted by relevance
240 info->runnable_ts = ts; in AddWakingEvent()271 int64_t desched_end_ts = info.runnable_ts ? *info.runnable_ts : *end_ts; in FlushPendingEventsForThread()288 if (info.runnable_ts) { in FlushPendingEventsForThread()290 row.ts = *info.runnable_ts; in FlushPendingEventsForThread()
54 base::Optional<int64_t> runnable_ts; member