Home
last modified time | relevance | path

Searched refs:WukongSemaphore (Results 1 – 3 of 3) sorted by relevance

/test/ostest/wukong/common/include/
Dwukong_util.h339 class WukongSemaphore {
341 WukongSemaphore(const std::string &name, size_t size) : name_(name) in WukongSemaphore() function
345 ~WukongSemaphore() in ~WukongSemaphore()
394 typedef WukongSemaphore NamedSemaphore;
/test/ostest/wukong/test_flow/include/
Dtest_flow.h113 WukongSemaphore semStop_;
/test/ostest/wukong/shell_command/src/
Dwukong_shell_command.cpp101 WukongSemaphore sem(SEMPHORE_STOP_NAME, 1); in RunStopCommand()