Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ thread_resource_error
Function
thread_resource_error
extern/boost/boost/thread/exceptions.hpp:130–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
{}
129
130
thread_resource_error( int ev )
131
: base_type(ev,
"boost::thread_resource_error"
)
132
{
133
}
134
thread_resource_error( int ev, const char * what_arg )
135
: base_type(ev, what_arg)
136
{
Callers
15
exceptions.hpp
File · 0.85
start_thread
Function · 0.85
join
Method · 0.85
do_try_join_until
Method · 0.85
add_thread
Method · 0.85
join_all
Method · 0.85
condition_variable
Method · 0.85
mutex.hpp
File · 0.85
timed_mutex
Method · 0.85
recursive_mutex
Method · 0.85
recursive_timed_mutex
Method · 0.85
condition_variable_any
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected