- struct timerlisthead lhead; /* head of the list */
- lck_mtx_t *mtx; /* lock to protect the list */
- lck_attr_t *mtx_attr; /* mutex attributes */
- lck_grp_t *mtx_grp; /* mutex group definition */
- lck_grp_attr_t *mtx_grp_attr; /* mutex group attributes */
- thread_call_t call; /* call entry */
- uint32_t runtime; /* time at which this list is going to run */
- uint32_t schedtime; /* time at which this list was scheduled */
- uint32_t entries; /* Number of entries on the list */
- uint32_t maxentries; /* Max number of entries at any time */
+ struct timerlisthead lhead; /* head of the list */
+ lck_mtx_t *mtx; /* lock to protect the list */
+ lck_attr_t *mtx_attr; /* mutex attributes */
+ lck_grp_t *mtx_grp; /* mutex group definition */
+ lck_grp_attr_t *mtx_grp_attr; /* mutex group attributes */
+ thread_call_t call; /* call entry */
+ uint32_t runtime; /* time at which this list is going to run */
+ uint32_t schedtime; /* time at which this list was scheduled */
+ uint32_t entries; /* Number of entries on the list */
+ uint32_t maxentries; /* Max number of entries at any time */