Exemple #1
0
SemaphoreOSX::~SemaphoreOSX() {

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

	cgsem_destroy(&sem);
}