Searched defs:ti_s (Results 1 – 1 of 1) sorted by relevance
261 typedef struct ti_s { struct262 clock_t exec; /* next te_t exec value (0 = NONE) */263 clock_t lbolt1; /* phase1 lbolt1 (0 = NONE) */264 clock_t lbolt2; /* phase2 lbolt2 (0 = NONE) */265 clock_t lbolt3; /* phase3 lbolt3 (0 = NONE) */266 tb_t *head; /* head of tb_t list (first timer bucket) */267 tb_t *tail; /* tail of tb_t list (last timer bucket) */268 timeout_id_t tid; /* timer id of pending timeout() (0 = NONE) */269 void *ep; /* pointer to encapsulating struct */