MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / lock_error

Function lock_error

extern/boost/boost/thread/exceptions.hpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 {}
102
103 lock_error( int ev )
104 : base_type(ev, "boost::lock_error")
105 {
106 }
107 lock_error( int ev, const char * what_arg )
108 : base_type(ev, what_arg)
109 {

Callers 14

lockFunction · 0.85
try_lockFunction · 0.85
timed_lockFunction · 0.85
try_lock_forFunction · 0.85
try_lock_untilFunction · 0.85
unlockFunction · 0.85
exceptions.hppFile · 0.85
mutex.hppFile · 0.85
lockMethod · 0.85
lock_sharedMethod · 0.85
do_lock_shared_untilMethod · 0.85
lockMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected