Home
last modified time | relevance | path

Searched defs:callLock (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/
H A DMailBox.cpp13 std::unique_lock<std::mutex> callLock(m_callMutex); in WaitForCall() local
22 std::unique_lock<std::mutex> callLock(m_callMutex); in WaitForCall() local
34 std::unique_lock<std::mutex> callLock(m_callMutex); in SendCall() local
57 std::lock_guard<std::mutex> callLock(m_callMutex); in SendCall() local
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/
H A DAjax.php120 protected function callLock() { function in dokuwiki\\Ajax
/dports/math/zegrapher/ZeGrapher-6832bd61291b3e82bc05233ae74e8d7556abe910/Calculus/
H A Dfunccalculator.h73 …l isExprValidated, isParametric, areCalledFuncsGood, areIntegrationPointsGood, drawState, callLock; variable
/dports/net/rclone/rclone-1.57.0/vendor/bazil.org/fuse/fs/
H A Dserve_test.go4376 func (t *lockTest) callLock(req *lockReq) { func