Esempio n. 1
0
static void memoryLoaded() {
	sSemaphore.post();
}
Esempio n. 2
0
void stopUserThread() {
	run = false;
	sPause.post();
}
Esempio n. 3
0
static void errorCallback() {
	//TODO: set error state, so thread knows not to continue?
	sSemaphore.post();
	setErrorCallback(NULL);
}
Esempio n. 4
0
void resumeUserInput() {
	sPause.post();
}