Esempio n. 1
0
/*
 *  ======== REG_Exit ========
 *  Discontinue usage of the REG module.
 */
void REG_Exit(void)
{
	if (reglock)
		SYNC_DeleteCS(reglock);

	crefs--;

	regsupExit();
}
Esempio n. 2
0
/*
 *  ======== REG_Exit ========
 *  Discontinue usage of the REG module.
 */
void REG_Exit(void)
{
	GT_0trace(REG_debugMask, GT_5CLASS, "REG_Exit\n");

	regsupExit();
}