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

Method native_handle

extern/boost/boost/thread/pthread/mutex.hpp:304–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302#define BOOST_THREAD_DEFINES_TIMED_MUTEX_NATIVE_HANDLE
303 typedef pthread_mutex_t* native_handle_type;
304 native_handle_type native_handle()
305 {
306 return &m;
307 }
308
309#if defined BOOST_THREAD_PROVIDES_NESTED_LOCKS
310 typedef unique_lock<timed_mutex> scoped_timed_lock;

Callers 3

get_idMethod · 0.45
waitMethod · 0.45
do_wait_untilMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected