Creates a new monitor object. The caller is responsible for the object and is expected to destroy it when appropriate.
#include <prmon.h> PRMonitor* PR_NewMonitor(void);
The function returns one of the following values:
PRMonitor
object.NULL
.A newly created monitor has an entry count of zero.