V8 Project
v8::base::anonymous_namespace{platform-posix.cc} Namespace Reference

Variables

const pthread_t kNoThread = (pthread_t) 0
 
bool g_hard_abort = false
 
const char * g_gc_fake_mmap = NULL
 

Variable Documentation

◆ g_gc_fake_mmap

const char* v8::base::anonymous_namespace{platform-posix.cc}::g_gc_fake_mmap = NULL

Definition at line 71 of file platform-posix.cc.

Referenced by v8::base::OS::Initialize().

◆ g_hard_abort

bool v8::base::anonymous_namespace{platform-posix.cc}::g_hard_abort = false

Definition at line 69 of file platform-posix.cc.

Referenced by v8::base::OS::Abort(), and v8::base::OS::Initialize().

◆ kNoThread

const pthread_t v8::base::anonymous_namespace{platform-posix.cc}::kNoThread = (pthread_t) 0

Definition at line 67 of file platform-posix.cc.