V8 Project
|
#include <errno.h>
#include <limits.h>
#include <pthread.h>
#include <sched.h>
#include <time.h>
#include <unistd.h>
#include <sys/mman.h>
#include <sys/resource.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <cmath>
#include <cstdlib>
#include "src/base/lazy-instance.h"
#include "src/base/macros.h"
#include "src/base/platform/platform.h"
#include "src/base/utils/random-number-generator.h"
#include <sys/syscall.h>
Go to the source code of this file.
Classes | |
class | v8::base::TimezoneCache |
class | v8::base::Thread::PlatformData |
Namespaces | |
v8 | |
Debugger support for the V8 JavaScript engine. | |
v8::base | |
v8::base::anonymous_namespace{platform-posix.cc} | |
Functions | |
static void | v8::base::SetThreadName (const char *name) |
static void * | v8::base::ThreadEntry (void *arg) |
static Thread::LocalStorageKey | v8::base::PthreadKeyToLocalKey (pthread_key_t pthread_key) |
static pthread_key_t | v8::base::LocalKeyToPthreadKey (Thread::LocalStorageKey local_key) |
Variables | |
const pthread_t | v8::base::anonymous_namespace{platform-posix.cc}::kNoThread = (pthread_t) 0 |
bool | v8::base::anonymous_namespace{platform-posix.cc}::g_hard_abort = false |
const char * | v8::base::anonymous_namespace{platform-posix.cc}::g_gc_fake_mmap = NULL |
static LazyInstance< RandomNumberGenerator >::type | v8::base::platform_random_number_generator = LAZY_INSTANCE_INITIALIZER |