Searched refs:WukongSemaphore (Results 1 – 3 of 3) sorted by relevance
339 class WukongSemaphore {341 WukongSemaphore(const std::string &name, size_t size) : name_(name) in WukongSemaphore() function345 ~WukongSemaphore() in ~WukongSemaphore()394 typedef WukongSemaphore NamedSemaphore;
113 WukongSemaphore semStop_;
101 WukongSemaphore sem(SEMPHORE_STOP_NAME, 1); in RunStopCommand()