Searched defs:PRAlarmID (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dpralarm.h53 ** Any number of periodic alarms (PRAlarmID) may be created within
82 typedef struct PRAlarmID PRAlarmID; typedef in typeref:struct:PRAlarmID
85 PRAlarmID *id, void *clientData, PRUint32 late);
121 ** If there are any active alarms (PRAlarmID), they will be cancelled.
144 ** RETURN: PRAlarmID* Handle to the notifier just created
167 NSPR_API(PRAlarmID*) PR_SetAlarm(
175 ** INPUTS: PRAlarmID *id Identify of the notifier.
194 PRAlarmID *id, PRIntervalTime period, PRUint32 rate);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dpralarm.c50 struct PRAlarmID { /* typedef'd in pralarm.h */ struct
71 PRAlarmID *current; /* current alarm being served */
75 static PRAlarmID *pr_getNextAlarm(PRAlarm *alarm, PRAlarmID *id)
85 PRAlarmID *result = id;
96 result = (PRAlarmID*)timer;
105 result = (PRAlarmID*)(timer = PR_LIST_HEAD(&alarm->timers));
112 static PRIntervalTime pr_PredictNextNotifyTime(PRAlarmID *id)
134 PRAlarmID *id = NULL;
230 PR_IMPLEMENT(PRAlarmID*) PR_SetAlar
[all...]

Completed in 1258 milliseconds