MCPcopy 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.hppFile · 0.85
start_threadFunction · 0.85
joinMethod · 0.85
do_try_join_untilMethod · 0.85
add_threadMethod · 0.85
join_allMethod · 0.85
condition_variableMethod · 0.85
mutex.hppFile · 0.85
timed_mutexMethod · 0.85
recursive_mutexMethod · 0.85
recursive_timed_mutexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected