Searched refs:exitRoutine (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPCOMPrivate.h66 * @param exitRoutine pointer to user defined callback function
78 NS_RegisterXPCOMExitRoutine(XPCOMExitRoutine exitRoutine, PRUint32 priority);
81 NS_UnregisterXPCOMExitRoutine(XPCOMExitRoutine exitRoutine);
117 typedef nsresult (* RegisterXPCOMExitRoutineFunc)(XPCOMExitRoutine exitRoutine, PRUint32 priority);
118 typedef nsresult (* UnregisterXPCOMExitRoutineFunc)(XPCOMExitRoutine exitRoutine);
H A DnsXPComInit.cpp809 NS_RegisterXPCOMExitRoutine(XPCOMExitRoutine exitRoutine, PRUint32 priority) argument
821 PRBool okay = gExitRoutines->AppendElement((void*)exitRoutine);
826 NS_UnregisterXPCOMExitRoutine(XPCOMExitRoutine exitRoutine) argument
831 PRBool okay = gExitRoutines->RemoveElement((void*)exitRoutine);
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsXPCOMGlue.cpp253 NS_RegisterXPCOMExitRoutine(XPCOMExitRoutine exitRoutine, PRUint32 priority) argument
257 return xpcomFunctions.registerExitRoutine(exitRoutine, priority);
261 NS_UnregisterXPCOMExitRoutine(XPCOMExitRoutine exitRoutine) argument
265 return xpcomFunctions.unregisterExitRoutine(exitRoutine);

Completed in 36 milliseconds