#include "config.h"
#include "utilities.h"
#include <cstdio>
#include <cstdlib>
#include <csignal>
#include <ctime>
#include "base/googleinit.h"
Go to the source code of this file.
Namespaces | |
glog_internal_namespace_ | |
Functions | |
const char * | glog_internal_namespace_::const_basename (const char *filepath) |
int64 | glog_internal_namespace_::CycleClock_Now () |
int32 | glog_internal_namespace_::GetMainThreadPid () |
pid_t | glog_internal_namespace_::GetTID () |
void | glog_internal_namespace_::InitGoogleLoggingUtilities (const char *argv0) |
bool | IsGoogleLoggingInitialized () |
const string & | glog_internal_namespace_::MyUserName () |
static void | glog_internal_namespace_::MyUserNameInitializer () |
bool | glog_internal_namespace_::PidHasChanged () |
const char * | glog_internal_namespace_::ProgramInvocationShortName () |
void | glog_internal_namespace_::SetCrashReason (const CrashReason *r) |
void | glog_internal_namespace_::ShutdownGoogleLoggingUtilities () |
int64 | glog_internal_namespace_::UsecToCycles (int64 usec) |
WallTime | glog_internal_namespace_::WallTime_Now () |
Variables | |
static int32 | glog_internal_namespace_::g_main_thread_pid = getpid() |
static string | glog_internal_namespace_::g_my_user_name |
static const _START_GOOGLE_NAMESPACE_ char * | g_program_invocation_short_name = NULL |
static const CrashReason * | glog_internal_namespace_::g_reason = 0 |
bool IsGoogleLoggingInitialized | ( | ) |
Definition at line 69 of file utilities.cc.
|
static |
Definition at line 67 of file utilities.cc.