Home
last modified time | relevance | path

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

/third_party/boost/libs/thread/test/
Dtest_3628.cpp18 boost::recursive_mutex theMutex; variable
30 boost::unique_lock<boost::recursive_mutex> lockMtx(theMutex); in ThreadFuncWaiter()
59 boost::unique_lock<boost::recursive_mutex> lockMtx(theMutex); in ThreadFuncNotifier()