Is it possible to implement Counting Semaphore in ios application?
Yes, it is possible. There are quite a few synchronization tools available:
I'd suggest reading "Threading Programming Guide" and asking something more specific.