Exemple #1
0
	void _gwmDeinit(void) {
		gfxMutexDestroy(&gmutex);
	}
Exemple #2
0
void _gtimerDeinit(void)
{
	gfxSemDestroy(&waitsem);
	gfxMutexDestroy(&mutex);
	// Need to destroy GTimer thread here
}
Exemple #3
0
void _geventDeinit(void)
{
	gfxMutexDestroy(&geventMutex);	
}