NamedSem
NamedSem*& HashLink()
NamedSem* fHashLink;
typedef NamedSem ValueType;
size_t Hash(NamedSem* semaphore) const
bool Compare(const KeyType& key, NamedSem* semaphore) const
NamedSem*& GetLink(NamedSem* semaphore) const
uint32 semCount, NamedSem*& _sem, bool& _created)
NamedSem* sem = fNamedSemaphores.Lookup(name);
sem = new(std::nothrow) NamedSem;
NamedSem* sem = fNamedSemaphores.Lookup(name);
NamedSem* sem = NULL;
NamedSem()