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