2.1 Timer Service
The Timer Service provides a mechanism by which client processes get notified
when a timer expires. A timer is a logical object that is dynamically created and represents
either absolute time or a duration.
The Timer Service provides two types of timers: single event timers and periodic timers.
Single event timers will expire once and are deleted after notification. Periodic
timers will expire each time a specified duration is reached, and the process is notified
about the expirations. Periodic timers have to be explicitly deleted by invoking the
saTmrTimerCancel() function.
반응형
'엔지니어' 카테고리의 다른 글
vim diff 옵션 (10) | 2013.06.20 |
---|---|
파일사이즈구하기 예제 (c언어 linux) (758) | 2013.06.18 |
Naming 기능 요약 (10) | 2013.06.12 |
잠금 기능 요약 (10) | 2013.06.12 |
체크 포인트 기능 요약 (10) | 2013.06.12 |