HomeSort by relevance Sort by last modified time
    Searched refs:_interval (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sched.h 171 #define sched_rr_get_interval(_pid, _interval) \
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotProxy.js 64 if (this._interval)
65 clearInterval(this._interval);
128 if (this._interval)
131 this._interval = setInterval(this._checkLongRunningCalls.bind(this), 300);

Completed in 68 milliseconds