![]() |
OR-Tools
8.1
|
Classes | |
struct | CompileAssert |
struct | CrashReason |
class | GoogleInitializer |
Functions | |
const char * | ProgramInvocationShortName () |
bool | IsGoogleLoggingInitialized () |
unsigned int | GetTID () |
int64 | CycleClock_Now () |
int64 | UsecToCycles (int64 usec) |
int32 | GetMainThreadPid () |
const char * | const_basename (const char *filepath) |
const std::string & | MyUserName () |
static void | MyUserNameInitializer () |
REGISTER_MODULE_INITIALIZER (logging_utilities, MyUserNameInitializer()) | |
void | DumpStackTraceToString (std::string *stacktrace) |
void | SetCrashReason (const CrashReason *r) |
void | InitGoogleLoggingUtilities (const char *argv0) |
void | ShutdownGoogleLoggingUtilities () |
template<typename T > | |
T | sync_val_compare_and_swap (T *ptr, T oldval, T newval) |
GOOGLE_GLOG_DLL_DECL bool | SafeFNMatch_ (const char *pattern, size_t patt_len, const char *str, size_t str_len) |
Variables | |
static int32 | g_main_thread_pid = getpid() |
static std::string | g_my_user_name |
static const CrashReason * | g_reason = 0 |
const char * const_basename | ( | const char * | filepath | ) |
Definition at line 238 of file logging_utilities.cc.
int64 CycleClock_Now | ( | ) |
Definition at line 231 of file logging_utilities.cc.
void DumpStackTraceToString | ( | std::string * | stacktrace | ) |
Definition at line 291 of file logging_utilities.cc.
int32 GetMainThreadPid | ( | ) |
Definition at line 236 of file logging_utilities.cc.
unsigned int GetTID | ( | ) |
Definition at line 227 of file logging_utilities.cc.
void InitGoogleLoggingUtilities | ( | const char * | argv0 | ) |
Definition at line 304 of file logging_utilities.cc.
bool IsGoogleLoggingInitialized | ( | ) |
Definition at line 223 of file logging_utilities.cc.
const std::string & MyUserName | ( | ) |
Definition at line 247 of file logging_utilities.cc.
|
static |
Definition at line 248 of file logging_utilities.cc.
const char * ProgramInvocationShortName | ( | ) |
Definition at line 214 of file logging_utilities.cc.
google::logging_internal::REGISTER_MODULE_INITIALIZER | ( | logging_utilities | , |
MyUserNameInitializer() | |||
) |
GOOGLE_GLOG_DLL_DECL bool SafeFNMatch_ | ( | const char * | pattern, |
size_t | patt_len, | ||
const char * | str, | ||
size_t | str_len | ||
) |
Definition at line 58 of file vlog_is_on.cc.
void SetCrashReason | ( | const CrashReason * | r | ) |
Definition at line 299 of file logging_utilities.cc.
void ShutdownGoogleLoggingUtilities | ( | ) |
Definition at line 317 of file logging_utilities.cc.
|
inline |
Definition at line 50 of file logging_utilities.h.
Definition at line 233 of file logging_utilities.cc.
|
static |
Definition at line 235 of file logging_utilities.cc.
|
static |
Definition at line 246 of file logging_utilities.cc.
|
static |
Definition at line 297 of file logging_utilities.cc.