Ejemplo n.º 1
0
Error SemaphoreOSX::wait() {

	cgsem_wait(&sem);
	return OK;
}
Ejemplo n.º 2
0
Error SemaphoreIphone::wait() {

	cgsem_wait(&sem);
	return OK;
}