Searched defs:tcptimerlist (Results 1 – 1 of 1) sorted by relevance
230 struct tcptimerlist { struct231 struct timerlisthead lhead; /* head of the list */232 lck_mtx_t mtx; /* lock to protect the list */233 lck_grp_t *mtx_grp; /* mutex group definition */234 thread_call_t call; /* call entry */235 uint32_t runtime; /* time at which this list is going to run */236 uint32_t schedtime; /* time at which this list was scheduled */237 uint32_t started_at; /* time at which this list started to run */238 uint32_t entries; /* Number of entries on the list */239 uint32_t maxentries; /* Max number of entries at any time */[all …]