Searched refs:is_msg (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/test/ |
D | minimal.hpp | 86 report_error( const char* msg, const char* file, int line, const_string func_name, bool is_msg = fa… in report_error() argument 91 if( is_msg ) in report_error() 103 …l_error( const char* msg, const char* file, int line, const_string func_name, bool is_msg = false ) in report_critical_error() argument 105 report_error( msg, file, line, func_name, is_msg ); in report_critical_error()
|
/third_party/libuv/src/unix/ |
D | os390-syscalls.h | 44 int is_msg; member
|
D | os390-syscalls.c | 334 ev.is_msg = 0; in epoll_wait() 346 events[nevents - 1].is_msg = 1; in epoll_wait()
|
D | os390.c | 797 if (pe->is_msg) { in uv__io_poll()
|