Name Description Size
.cvsignore 9
Makefile.in 659
pralarm.h File: pralarm.h * Description: API to periodic alarms. * * * Alarms are defined to invoke some client specified function at * a time in the future. The notification may be a one time event * or repeated at a fixed interval. The interval at which the next * notification takes place may be modified by the client code only * during the respective notification. * * The notification is delivered on a thread that is part of the * alarm context (PRAlarm). The thread will inherit the priority * of the Alarm creator. * * Any number of periodic alarms (PRAlarmID) may be created within * the context of a single alarm (PRAlarm). The notifications will be * scheduled as close to the desired time as possible. * * Repeating periodic notifies are expected to run at a fixed rate. * That rate is expressed as some number of notifies per period where * the period is much larger than a PRIntervalTime (see prinrval.h). 6937
probslet.h A collection of things thought to be obsolete 5420
protypes.h This header typedefs the old 'native' types to the new PR<type>s. These definitions are scheduled to be eliminated at the earliest possible time. The NSPR API is implemented and documented using the new definitions. 4552
prsem.h API for counting semaphores. Semaphores are counting synchronizing * variables based on a lock and a condition variable. They are lightweight * contention control for a given count of resources. 2047