Home
last modified time | relevance | path

Searched refs:GetValue (Results 1 – 4 of 4) sorted by relevance

/test/ostest/wukong/test_flow/src/
Dtest_flow.cpp100 if (semStop_.GetValue() == 1) { in Run()
118 if (semStop_.GetValue() == 1) { in Run()
126 if (semStop_.GetValue() == 0) { in Run()
/test/ostest/wukong/shell_command/src/
Dwukong_main.cpp72 int value = sem.GetValue(); in InitSemaphore()
93 int value = sem.GetValue(); in IsRunning()
Dwukong_shell_command.cpp103 if (sem.GetValue() == 0) { in RunStopCommand()
/test/ostest/wukong/common/include/
Dwukong_util.h384 int GetValue() const in GetValue() function