Home
last modified time | relevance | path

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

/third_party/boost/boost/fiber/
Dexceptions.hpp45 class lock_error : public fiber_error { class
47 explicit lock_error( std::error_code ec) : in lock_error() function in boost::fibers::lock_error
51 lock_error( std::error_code ec, const char * what_arg) : in lock_error() function in boost::fibers::lock_error
55 lock_error( std::error_code ec, std::string const& what_arg) : in lock_error() function in boost::fibers::lock_error
/third_party/boost/boost/thread/
Dexceptions.hpp94 class BOOST_SYMBOL_VISIBLE lock_error: class
99 lock_error() in lock_error() function in boost::lock_error
103 lock_error( int ev ) in lock_error() function in boost::lock_error
107 lock_error( int ev, const char * what_arg ) in lock_error() function in boost::lock_error
111 lock_error( int ev, const std::string & what_arg ) in lock_error() function in boost::lock_error
/third_party/boost/boost/interprocess/
Derrors.hpp117 lock_error, enumerator
/third_party/ltp/testcases/kernel/sched/sched_stress/
Dsched_tc6.c418 int lock_error(int fd, char *file) in lock_error() function