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 다중파일 열기 옵션  (9) 2013.06.20
vim diff 옵션  (10) 2013.06.20
Naming 기능 요약  (10) 2013.06.12
잠금 기능 요약  (10) 2013.06.12
체크 포인트 기능 요약  (10) 2013.06.12

+ Recent posts