Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
lock
Function · 0.85
try_lock
Function · 0.85
timed_lock
Function · 0.85
try_lock_for
Function · 0.85
try_lock_until
Function · 0.85
unlock
Function · 0.85
exceptions.hpp
File · 0.85
mutex.hpp
File · 0.85
lock
Method · 0.85
lock_shared
Method · 0.85
do_lock_shared_until
Method · 0.85
lock
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected