Exemple #1
0
SemaphoreOSX::SemaphoreOSX() {

	cgsem_init(&sem);
}
Exemple #2
0
SemaphoreIphone::SemaphoreIphone() {

	cgsem_init(&sem);
}