Home
last modified time | relevance | path

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

/third_party/boost/boost/test/
Dminimal.hpp86 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/
Dos390-syscalls.h44 int is_msg; member
Dos390-syscalls.c334 ev.is_msg = 0; in epoll_wait()
346 events[nevents - 1].is_msg = 1; in epoll_wait()
Dos390.c797 if (pe->is_msg) { in uv__io_poll()