Home
last modified time | relevance | path

Searched refs:caller_context_t (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/thread/
Dcaller_context.hpp23 struct caller_context_t struct
28 caller_context_t(const char * filename, unsigned lineno, const char * func) : in caller_context_t() function
34 #define BOOST_CONTEXTOF boost::caller_context_t(__FILE__, __LINE__, BOOST_CURRENT_FUNCTION) argument
37 OStream& operator<<(OStream& os, caller_context_t const& ctx) in operator <<()