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

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

	cgsem_destroy(&sem);
}