Home
last modified time | relevance | path

Searched defs:runTask (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_completion.c102 LosTaskCB *runTask = OsCurrTaskGet(); in linux_wait_for_completion() local
151 LosTaskCB *runTask = OsCurrTaskGet(); in linux_wait_for_completion_timeout() local
/third_party/googletest/googletest/src/hwext/
Dgtest-multithread.cpp59 …unsigned MultiThreadTest::runTask(unsigned thread_num, PF func, std::string testsuite, std::string… in runTask() function in testing::mt::MultiThreadTest