Changeset c77cfd8 in mainline for uspace/app/taskbar/types/clock.h
- Timestamp:
- 2022-10-04T19:55:25Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e0e612b
- Parents:
- 3fd38b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/types/clock.h
r3fd38b2 rc77cfd8 55 55 gfx_rect_t rect; 56 56 57 /** Clock lock */ 58 fibril_mutex_t lock; 59 57 60 /** Clock update timer */ 58 61 fibril_timer_t *timer; 62 63 /** Signal to timer that we are cleaning up */ 64 bool timer_cleanup; 65 66 /** Signal to maih thread that timer is done */ 67 bool timer_done; 68 69 /** Timer done condition variable */ 70 fibril_condvar_t timer_done_cv; 59 71 } taskbar_clock_t; 60 72
Note:
See TracChangeset
for help on using the changeset viewer.