Searched defs:lock_error (Results 1 – 4 of 4) sorted by relevance
45 class lock_error : public fiber_error { class47 explicit lock_error( std::error_code ec) : in lock_error() function in boost::fibers::lock_error51 lock_error( std::error_code ec, const char * what_arg) : in lock_error() function in boost::fibers::lock_error55 lock_error( std::error_code ec, std::string const& what_arg) : in lock_error() function in boost::fibers::lock_error
94 class BOOST_SYMBOL_VISIBLE lock_error: class99 lock_error() in lock_error() function in boost::lock_error103 lock_error( int ev ) in lock_error() function in boost::lock_error107 lock_error( int ev, const char * what_arg ) in lock_error() function in boost::lock_error111 lock_error( int ev, const std::string & what_arg ) in lock_error() function in boost::lock_error
117 lock_error, enumerator
418 int lock_error(int fd, char *file) in lock_error() function