![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <backtrace.h>#include <pthread.h>#include <semaphore.h>#include <signal.h>#include <stdlib.h>#include <sys/resource.h>#include <sys/time.h>#include <sys/types.h>#include <ucontext.h>#include <errno.h>#include <fcntl.h>#include <stdarg.h>#include <strings.h>#include <sys/mman.h>#include <sys/procfs.h>#include <sys/stat.h>#include <unistd.h>#include <cmath>#include "src/base/macros.h"#include "src/base/platform/platform-posix-time.h"#include "src/base/platform/platform-posix.h"#include "src/base/platform/platform.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::base |
Variables | |
| static const pthread_t | v8::base::kNoThread = (pthread_t) 0 |