Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ thread_permission_error
Function
thread_permission_error
extern/boost/boost/thread/exceptions.hpp:206–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
{}
205
206
thread_permission_error( int ev )
207
: base_type(ev,
"boost::thread_permission_error"
)
208
{
209
}
210
thread_permission_error( int ev, const char * what_arg )
211
: base_type(ev, what_arg)
212
{
Callers
1
exceptions.hpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected