Home
last modified time | relevance | path

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

/third_party/boost/boost/thread/win32/
Dshared_mutex.hpp501 unsigned long wait_res=0; in do_lock_until() local
507 wait_res=detail::win32::timeout; in do_lock_until()
515 wait_res=winapi::WaitForMultipleObjectsEx(2,semaphores,true,getMs(d),0); in do_lock_until()
517 wait_res=winapi::WaitForMultipleObjectsEx(2,semaphores,false,getMs(d),0); in do_lock_until()
521 if(wait_res!=detail::win32::timeout) // semaphore released in do_lock_until()
527 if(wait_res==detail::win32::timeout) in do_lock_until()
568 BOOST_ASSERT(wait_res<2); in do_lock_until()
/third_party/mindspore/mindspore/ccsrc/ps/core/
Dabstract_node.cc851 bool wait_res = client_to_scheduler_->WaitConnected(); in InitClientToScheduler() local
852 if (!wait_res) { in InitClientToScheduler()
855 return wait_res; in InitClientToScheduler()