webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/system_wrappers/source/event_timer_posix.h"
#include <errno.h>
#include <pthread.h>
#include <signal.h>
#include <stdio.h>
#include <string.h>
#include <sys/time.h>
#include <unistd.h>
#include "webrtc/base/checks.h"
Namespaces | |
webrtc | |
Variables | |
const int64_t | webrtc::kNanosecondsPerMillisecond = 1000000 |
const int64_t | webrtc::kNanosecondsPerSecond = 1000000000 |