Exemplo n.º 1
0
SemaphoreOSX::SemaphoreOSX() {

	cgsem_init(&sem);
}
Exemplo n.º 2
0
SemaphoreIphone::SemaphoreIphone() {

	cgsem_init(&sem);
}