![]() |
v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <sys/stack.h>#include <unistd.h>#include <sys/mman.h>#include <ucontext.h>#include <dlfcn.h>#include <pthread.h>#include <sched.h>#include <semaphore.h>#include <time.h>#include <sys/time.h>#include <errno.h>#include <ieeefp.h>#include <signal.h>#include <sys/regset.h>#include "v8.h"#include "platform-posix.h"#include "platform.h"#include "v8threads.h"#include "vm-state-inl.h"
Go to the source code of this file.
Data Structures | |
| class | PosixMemoryMappedFile |
| struct | StackWalker |
| class | Thread::PlatformData |
| class | SolarisMutex |
| class | SolarisSemaphore |
| class | Sampler::PlatformData |
| class | SignalSender |
Namespaces | |
| v8 | |
| v8::internal | |
Macros | |
| #define | TIMEVAL_TO_TIMESPEC(tv, ts) |
| #define | timeradd(a, b, result) |
Functions | |
| int | signbit (double x) |
| double | ceiling (double x) |
| #define timeradd | ( | a, | |
| b, | |||
| result | |||
| ) |
Definition at line 605 of file platform-solaris.cc.
Referenced by CygwinSemaphore::Wait(), SolarisSemaphore::Wait(), FreeBSDSemaphore::Wait(), OpenBSDSemaphore::Wait(), and LinuxSemaphore::Wait().
| #define TIMEVAL_TO_TIMESPEC | ( | tv, | |
| ts | |||
| ) |
Definition at line 597 of file platform-solaris.cc.
Referenced by SolarisSemaphore::Wait().
| int signbit | ( | double | x | ) |
Definition at line 66 of file platform-solaris.cc.